@charset "utf-8";
/*
Theme Name: Zurview
Author URI: http://takeoffmedia.com/
Description: Zurview institutional website.
Version: 1.0
*/

/* ==============================================================
                        
                        -- CONTENTS --


1.	Reset default browser CSS

2.	General

        

============================================================== */


/* 1. Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, figure, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}:focus {
    outline: 0;
}
body {
    background: #FFF;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* 2. General
-------------------------------------------------------------- */

/* General */
body {
    background: #EEE;
    color: #444;
    font: 400 16px 'Open Sans', serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font: 300 44px 'Open Sans', sans-serif;
}
h2 {
    font: 400 20px 'Open Sans', sans-serif;
    text-transform: uppercase;
}
h3 {
    font: 400 19px 'Open Sans', sans-serif;
}
h4 {
    font: 600 16px 'Open Sans', sans-serif;
}
h5 {
    font: italic 400 14px/18px 'Open Sans', sans-serif;
}

p {
    font: 400 14px/22px 'Open Sans', sans-serif;
}
.uppercase {
    text-transform: uppercase;
}
.button {
    border: 2px solid #FFF;
    color: #FFF;
    display: inline-block;
    font: 400 14px 'Open Sans', sans-serif;
    padding: 10px 40px;
    margin: 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button:hover {
    background: #FFF;
    color: #00A773;
}
.button.light {
    border: 2px solid #00A773;
    color: #00A773;
}
.button.light:hover {
    background: #00A773;
    color: #FFF;
}
.button-big {
    border: 2px solid #666;
    color: #666;
    display: inline-block;
    font: 600 20px 'Open Sans', sans-serif;
    padding: 10px 40px;
    margin: 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button-big:hover {
    border: 2px solid #00A773;
    background: #00A773;
    color: #FFF;
}
.button-small {
    border: 1px solid #00A773;
    border-radius: 2px;
    color: #00A773;
    display: inline-block;
    font: 400 15px 'Open Sans', sans-serif;
    padding: 10px 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button-small:hover {
    border: 1px solid #00A773;
    background: #00A773;
    color: #FFF;
}
.clear{
    clear: both;
}
.wrapper {
    background: #FFF;
    margin: 0 auto;
    width: 1280px;
    position: relative;
}
span.error{
    color: red;
    font-size: 12px;
}

/* Header */
#main-header {
    border-bottom: 1px solid #C5C9CA;
    height: 78px;
    position: relative;
}
#logo {
    display: inline-block;
    margin: 20px 55px;
}
#logo figure img {
    vertical-align: middle;
}
#main-nav-wrapper {
    display: inline-block;
    position: absolute;
    right: 350px;
    top: 0;
}
#main-nav li {
    display: inline-block;
}
#main-nav li a,
#language li a {
    color: #AAA;
    display: block;
    font: 400 13px 'Open Sans', sans-serif;
    padding: 30px 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#main-nav li a.active {
    color: #333;
    font-weight: bold;
}
#profile li a {
    color: #fff;
    /*display: block;*/
    display: inline-block;
    font: 400 13px 'Open Sans', sans-serif;
    /*padding: 30px 12px;*/
    margin-left: -20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#main-nav li a:hover,
#language li a:hover {
    color: #6D6D6D;
}
#user-wrapper {
    background: #434446;
    color: #FFF;
    font: 400 14px 'Open Sans', sans-serif;
    /*height: 22px;*/
    height: 78px;
    /*padding: 28px 10px;*/
    padding: 0;
    position: absolute;
    right: 115px;
    text-align: center;
    top: 0;
    /*width: 170px;*/
    width: 190px;
}
#user-wrapper #login{
    margin-top: 29px;
}
#user-wrapper a {
    color: #FFF;
    /*margin: 0 12px;*/
    margin-left: -20px;
    margin-top: 30px;
    margin-bottom: 30px;

    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#user-wrapper #login a {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 12px;
}
#user-wrapper a:hover {
    color: #CCC;
}
#user-notification {
    background: #03B38F;
    display: block;
    font: 600 13px/25px 'Open Sans', sans-serif;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 146px;
    top: -23px;
    width: 20px;
}
#user-wrapper a#user-notification:hover {
    background: #FFF;
    color: #03B38F;
}
#logout-link {
    display: none;
}
#language-wrapper {
    height: 78px;
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
}
#language li a {
    background: #FFF;
    padding: 30px;
}
#language-selector {
    background: url('img/arrow-down.png') no-repeat;
    display: block;
    cursor: pointer;
    height: 78px;
    position: absolute;
    right: 0;
    width: 68px;
}
#profile-selector {
    background: url('img/arrow-down.png') no-repeat;
    display: block;
    cursor: pointer;
    height: 78px;
    position: absolute;
    right: 0;
    /*width: 68px;*/
    width: 50px;
}
#language li#lang-hidden {
    display: none;
}
#profile li#profile-hidden {
    display: none;
    background: #434446;
}
/* Login form */
#loginform-wrapper, #registerform-wrapper, #pregunta-wrapper, #cambioPass-wrapper {
    background: rgba(36, 37, 38, 0.6);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.close-btn {
    background: url('img/close-btn.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 26px;
    top: 15px;
    width: 20px;
}
#loginform {
    background: #FFF;
    margin: 150px auto 0;
    padding: 50px 30px 50px;
    position: relative;
    width: 280px;
}
#registerform {
    background: #FFF;    
    margin: 80px auto 0;
    padding: 50px 30px 30px;
    position: relative;
    width: 570px;
}
#questionform {
    background: #FFF;    
    margin: 80px auto 0;
    padding: 30px 30px 30px;
    position: relative;
    width: 570px;
}
#cambioPassForm{
    background: #FFF;    
    margin: 80px auto 0;
    padding: 30px 30px 30px;
    position: relative;
    width: 570px;
}
#cambioPassForm span{
    display: block;
    font-size: 11px;
}
.titulo-register{
    background: #595959;
    padding: 15px 0;
    margin-top: -50px;
    margin-left: -30px;
    margin-right: -30px;
    color: #fff;
    text-align: center;
    font-size: 16px;    
}
#tableRegister{
    font: 400 14px 'Open Sans', sans-serif;
    color: #3e3e3e;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
table#tableRegister td{
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
#loginform p {
    font: 400 16px 'Open Sans', sans-serif;
    padding: 10px 0;
}
#loginform p .input{
    float: right;
    height: 23px;
    margin-top: -3px;
}
#registerform input{
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding-left: 5px;
    box-sizing: border-box;
}
#registerform #wp-submit{
    margin-top: 20px;
}
.login-submit {
    text-align: right;
    float: right;
}
.remember-pass{
    font-size: 12px;
    color: #00A773;
    position: relative;
    top: 18px;
}
#wp-submit {
    background: #00A773;
    border: 2px solid #00A773;
    color: #FFF;
    cursor: pointer;
    font: 600 14px 'Open Sans', sans-serif;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#wp-submit:hover {
    border: 2px solid #00A773;
    background: #FFF;
    color: #00A773;
}

/* Footer */
#main-footer {
    background: #1A1A1A;
    border-top: 1px solid #C5C9CA;
    color: #5E5E5E;
    font: 300 11px 'Open Sans', sans-serif;
    padding: 20px 55px;
}
#main-footer a {
    color: #5E5E5E;
    text-decoration: none;
}
#main-footer a:hover {
    color: #888;
}

/* Home
-------------------------------------------------------------- */

#intro {
    background: url('img/home-background.jpg');
    color: #FFF;
    min-height: 340px;
    text-align: center;
}
#intro-title {
    font: 600 51px/35px 'Open Sans', sans-serif;
    padding: 80px 0 30px;
    text-transform: uppercase;
}
#features {
    background: #2C2C2C;
    min-height: 375px;
    text-align: center;
}
.home-feature {
    display: inline-block;
    margin: 90px 40px;
    vertical-align: top;
    width: 200px;
}
.home-feature h2 {
    color: #FFF;
    padding: 15px 0;
}
.home-feature p {
    color: #929292;
}
#about {
    min-height: 440px;
    text-align: center;
}
#about h1 {
    padding: 80px 0 40px;
}
#about .button {
    margin: 45px 30px;
}


/* Producto
-------------------------------------------------------------- */
#product-list-wrapper {
    background: #E4E4E4;
    min-height: 460px;
    padding: 0 60px;
}
.product-category {
    display: inline-block;
    margin: 67px;
    vertical-align: top;
    width: 245px;
}
.product-category h3 {
    background: url('img/product-icons.png') 0 0 no-repeat;
    color: #333;
    padding: 16px 90px;
}
.product-category h3.develop {

}
.product-category h3.runtime {
    background-position: 0 -59px;
}
.product-category h3.libraries {
    background-position: 0 -118px;
}
.product-list {
    margin-left: 91px;
}
.product-list a {
    color: #00A773;
    font: 400 14px/39px 'Open Sans', sans-serif;
    text-decoration: none;
}
.product-list a:hover {
    color: #666;
}
.product-description {
    font: 400 11px/16px 'Open Sans', sans-serif;
    display: none;
}
#product-info-wrapper {
    text-align: center;
    padding-bottom: 100px;
}
#product-info-wrapper h3 {
    font: 400 26px/38px 'Open Sans', sans-serif;
    margin: 80px auto 70px;
    width: 590px;
}


/* Descargas
-------------------------------------------------------------- */
#downloads, #otras-descargas{
    /*padding: 100px 0;*/
    text-align: center;
}
#downloads .container, #otras-descargas .container {
    /*margin-bottom: 100px;*/
}
#otras-descargas .container {
    text-align: center;
    padding: 0 110px;
}
#downloads article, #otras-descargas article {
    display: inline-block;
    padding: 50px;
    vertical-align: top;
}
#otras-descargas article {
    float: left;
}
#otras-descargas article a.not-click {
    /*pointer-events: none;*/
}
#downloads h1, #otras-descargas h1 {
    border: 2px solid #2B2B2B;
    color: #2B2B2B;
    display: inline-block;
    font: 600 28px 'Open Sans', sans-serif;
    padding: 10px 70px;
    margin: 80px 50px 50px;
    text-decoration: none;
    text-transform: uppercase;
}
#downloads h3, #otras-descargas h3 {
    padding: 15px 0;
}


/* Ayuda
-------------------------------------------------------------- */
#help {
    min-height: 700px;
    text-align: center;
}
#help h1 {
    border: 2px solid #2B2B2B;
    color: #2B2B2B;
    display: inline-block;
    font: 600 28px 'Open Sans', sans-serif;
    padding: 10px 70px;
    margin: 80px 50px 100px;
    text-decoration: none;
    text-transform: uppercase;
}
#help article {
    padding: 0 100px;
    margin-bottom: 100px;
}
#help ul {
    text-align: left;
    list-style-type: decimal;
    color: #00A773;
}
#help ul h3{
    margin-bottom: 10px;
}
#help ul p{
    color: #333;
}
#help ul li{
    padding: 15px 0;
}


/* Contacto
-------------------------------------------------------------- */
.contact-centrado{
    position: relative;
    margin-top: 40px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}
#contact {
    /*text-align: center;*/
}
.contact-info{
    display: inline-block;
    float: left;
    margin-top: 10px;
    width: 200px;
    font-size: 16px;
    color: #454747;    
}
.faq{
    display: inline-block;
    position: absolute;
    width: 200px;
    top: 560px;
    right: 140px;
    font-size: 16px;
    color: #454747; 
}
/* Form */
div.wpcf7{
    display: inline-block;
    width: 400px;
    float: right;
}
.wpcf7-form {
    background: #FFF;
    min-height: 575px;
    position: relative;
    width: 448px;
}
.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid #CCC;
    color: #444;
    font: 400 17px 'Open Sans', sans-serif;
    padding: 10px;
    margin: 10px 0;
    width: 377px;
}
.wpcf7-form-control.wpcf7-submit {
    background: #00A773;
    border-color: #00A773;
    color: #FFF;
    width: 390px;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #FFF;
    color: #00A773;
    cursor: pointer;
}

/* 404
-------------------------------------------------------------- */

#not-found {
    padding: 50px;
    min-height: 400px;
}


/* Perfil
-------------------------------------------------------------- */
.info-perfil{
    /*position: relative;*/
    background: #3d3d3d;
    height: 380px;
}
.perfil{
    position: absolute;
    /*left: 250px;
    top: 100px;*/
    margin-left: 250px;
    margin-top: 100px;
}
.simbolo-perfil{
    display: table-cell;
    vertical-align: middle;
}
.perfil-info{
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
}
.perfil-info h2{
    text-transform: none;
    color: #13b18e;
}
.perfil-info p{
    font-size: 16px;
    color: #fff;
}
.contenido{
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}
.tabla-perfil{        
    margin-top: -75px;
    width: 830px;
    margin-left: auto;
    margin-right: auto;    
}
.tabla-perfil a{
    text-decoration: underline;
    text-decoration-color: #aeafaf;
    color: #454747;

}
.tabla-perfil td{
    height: 75px;
    vertical-align: middle;
    text-align: left;
}
.verde{
    border-left: 6px solid #13b18e;
    text-align: center !important;
    padding-left: 5px;
    padding-right: 5px;
}
.tabla-perfil tr.verde{
    background: #e9e9e9;
}
.negro{
    border-left: 6px solid #454747;
    text-align: center !important;
    padding-left: 5px;
    padding-right: 5px;
}
.tabla-perfil tr.negro{
    background: #dfdfdf;
}
.titulo-tabla{
    font-size: 15px;
    font-weight: 600;
}
.button-consulta{
    margin-right: -681px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
    border: #3d3d3d 1px solid;
    font-size: 15px;
    color: #3d3d3d;
    padding: 15px;
}
.button-consulta:hover{
    background: #3d3d3d;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.info-preguntas{
    text-align: left;
    margin-left: 225px;
    width: 615px;
}
.info-preguntas h2{
    font-size: 23px;
    text-transform: none;
    margin-bottom: 15px;
}
.info-preguntas p{
    margin-bottom: 30px;
}

.type-wpdmpro {
	width: 60%;
	margin: auto
}

.type-wpdmpro h1{
	color:#13b18e;
	font-weight:bold;
	margin-top:10px
}

.type-wpdmpro table > tbody > tr:first-child {
	display:none;
}
.type-wpdmpro table > tbody > tr:nth-child(2) {
	display:none;
}

.type-wpdmpro div p {
	margin-left:15px;
	margin-right:15px;
}