/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */


@font-face {
    font-family: 'Lato';
    src: url(../fuentes/Lato-Light.ttf);
}

@font-face {
    font-family: 'Marcellus';
    src: url(../fuentes/Marcellus-Regular.ttf);
}

/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
    display: none
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

@font-face {
    font-family: "Century Gothic";
    src: url(fonts/GOTHIC.TTF) format("truetype");
}

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
    font-family: "Century Gothic", sans-serif;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
}

/*
* Font Smoothing
*/
html,
html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}

h3 {
    margin: 1em 0;
    font-size: 1.17em;
}

h4 {
    margin: 1.33em 0;
    font-size: 1em;
}

h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}

h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
    font-weight: bold
}

blockquote {
    margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p,
pre {
    margin: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
    padding: 0
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

.download h2,
h4 {
    color: #FFF;
}

form h2,
p {
    color: #FFF;
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0;
    /* 1 */
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    font-size: 100%;
    /* 1 */
    *vertical-align: middle;
    /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button,
input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    /* 3 */
    -webkit-appearance: button;
    /* 2 */
    *overflow: visible;
    /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield;
    /* 1 */
    nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}

a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    font-size: 14px;
    line-height: 25px;
}

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

.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #4b98a9;
    font-size: 16px;
}

.use-btn:hover,
.use-btn:focus {
    background-color: #73d0da;
    color: #fff;
    text-decoration: none;
}

.learn-btn,
.download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

.learn-btn:hover,
.download-btn:hover,
.learn-btn:focus,
.download-btn:focus {
    border-color: #73d0da;
    color: #73d0da;
    text-decoration: none;
}

.read-more-btn {
    display: inline-block;
    color: #453232;
    text-transform: uppercase;
    font-weight: 400;
}

.read-more-btn i,
.download-btn i {
    margin-left: 5px
}

.showcase .download-btn {
    margin-top: 50px
}

.download .download-btn {
    margin-top: 25px
}

.showcase .product-btn {
    margin-top: 25px
}

.product-btn {
    display: inline-block;
    padding: 9px 16px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

.product-btn:hover,
.product-btn:focus {
    border-color: #73d0da;
    color: #73d0da;
    text-decoration: none;
}

/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #ec0202;
    cursor: pointer;
}

.nav-toggle span:before {
    top: -10px
}

.nav-toggle span:after {
    bottom: -10px
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
    top: 0
}

.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.navicon {
    position: relative;
    height: 26px;
}

.navicon p {
    margin: 1px 50px 0 0
}

.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    width: 100%;
    padding: 15px;
    background-size: cover;
}

.hero h1 {
    margin: 200px 0 45px 0;
    font-weight: 300;
    font-size: 45px;
}

.hero h1 span {
    display: inline-block;
    color: #a1a9b0;
}

.img {
    font-size: 14px;
    position: absolute;
    left: 5%;

}

/* ==========================================================================
Video
========================================================================== */

section.video {
    width: 100%;
    padding: 85px 0px;
    margin: 0px;
    height: 265px;
    background-color: #E6E7E8;
    background-image: url(../img/img/nodos.png);
    background-size: cover;
    background-position: left bottom;
    align: right middle;
    position: relative;
    background-repeat: no-repeat;
    background-position:left 0% top 65%;
    /*padding: 60px 0;*/
}

section.video a {
    margin: 0px;
    font-family: Lato;
    font-weight: 300;
    font-size: 18px;
    color: #58595B;
}

.cuadroinfo2 {
    width: 50%;
    padding: 10px 60px;
    margin: 0px;
    font-weight: 300;
    position: absolute;
    right: 0%;
    top: 10%;
}


/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.flickity-page-dots .dot.is-selected {
    background: white;
}

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg {
    position: relative;
    min-height: 400px;
    padding: 0px;
    margin: 0px;
    background: url('../img/img/banner1.jpg') no-repeat center center;
    background-size: cover;
}

.features-img {
    width: 100%;
    height: 630px;
    text-align: center;
    line-height: 400px;
}

.features-slider {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 630px;
    margin: 0px;
    background-color: #1A333E;

}

.features-slider li h1 {
    font-family: Lato;
    font-size: 25px;
    font-weight: 300;
    color: #C59764;
    letter-spacing: 1.5px;
    padding: 0px 0px;
    position: absolute;
    top: 48%;
}

.features-slider li h2 {
    font-family: Marcellus;
    font-size: 55px;
    color: #FFF;
    padding: 0px 0px;
    position: absolute;
    top: 48%;
}

.colobtn {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    padding: 10px;
    margin: 10px 20px;
    font-family: Lato;
    color: #fff;
    background-color: transparent;
    position: absolute;
    top: 75%;
    left: 13%;
}

.features-intro-img {
    position: relative
}

/* ==========================================================================
Features List
========================================================================== */
.features-list {
    /* = padding: 130px 0;= */
    width: 100%;
    padding: 50px;
    padding-top: 100px;
    margin: 0px;
    background-color: #fff;
    align: center middle;
}

.colorbtn {
    border-bottom: 1px solid #C59764;
    padding: 10px;
    margin: 10px 20px;
    font-family: Lato;
    color: #C59764;
    decoration: none;
    font-size: 150%;
    letter-spacing: 2px;
    font-weight: 600;
}

.features-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #24374b;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
}

.features-list p {
    margin-bottom: 20px;
    color: #778899;
    background-color: rgb(255, 255, 255);
}

.feature-content {

    width: 100%;
    padding: 120px;
    margin: 0px;
    background-color: #fff;
    align: center middle;

    margin-left: 0;
    width: 65%;
    background-color: rgb(0, 183, 255);
}

.feature-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border: solid 2px #4e9ba3;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
    background-color: rgb(11, 255, 105);
}

.feature-icon i {
    color: #4e9ba3;
    background-color: rgb(238, 255, 0);
}

/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
    margin: 40px 0 0;
    padding: 0;
    border: none;
}

blockquote p {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%;
    vertical-align: top;
    font-style: italic;
}

blockquote .avatar {
    display: inline-block;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

blockquote .logo-quote {
    display: inline-block;
    margin: 0 0 0 90px;
}

/* ==========================================================================
Showcase
========================================================================== */
.showca {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}
.showcase {
    background: url('../img/showcase-bg-fixed-01.jpg') no-repeat center center fixed;
    background-size: cover;
}

.cuadroizquierdo {
    padding: 0px;
    margin: 0px;
    height: 450px;
    align: right middle;
    position: relative;
}

.linea {
    width: 1px;
    background-color: #C59764;
    height: 100%;
    right: 0%;
    position: absolute;
}

.cuadroderecho {
    padding: 50px 80px 0px 80px;
    margin: 0px;
    align: right middle;
}

.showcase h1 {
    font-family: Lato;
    font-size: 15px;
    color: #fff;
    letter-spacing: 5px;
    padding: 10px 0px;
    font-weight: bold;
}
.showca h1 {
    font-family: Lato;
    font-size: 15px;
    color: #C59764;
    letter-spacing: 5px;
    padding: 10px 0px;
}

.showcase label {
    font-family: Marcellus;
    font-weight: 300;
    font-size: 35px;
    color: #C59764;
    letter-spacing: 5px;
}

.showcase h2 {
    font-family: Marcellus;
    font-size: 35px;
    color: #314E67;
    padding: 10px 0px;
    letter-spacing: 5px;
}
.showca h2 {
    font-family: Marcellus;
    font-size: 35px;
    color: #314E67;
    padding: 10px 0px;
    letter-spacing: 5px;
}

.device {
    position: absolute;
    top: -60px;
    left: 20%;
    min-height: 676px;
    width: 359px;
    background: url('../img/iphone-skeleton.png') no-repeat center center;
}

.device-content {
    position: absolute;
    top: 83px;
    left: 38px;
    width: 282px;
    height: 500px;
    background: rgba(0, 0, 0, 0.3);
}

.device-content img {
    width: 282px;
    height: 500px;
}

.showcase-wrap {
    position: relative;
    padding: 100px 0;
    min-height: 600px;
}

.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.showcase-slider .flickity-page-dots {
    bottom: 20px;
}

/* ==========================================================================
Collapse
========================================================================== */

.logo {
    position: relative;
    padding: 0px 80px 0px 40px;
    height: 500px;
    margin: 0px;
    padding: 0px;
    margin: 0px;
}

.poslogo {
    position: absolute;
    width: 50%;
    top: 0%;
    left: 25%;
    margin: 0px;
    padding: 0px;
}

.cuadrocollapse {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 500px;
    margin: 0px;
}

.cuadroimg {
    width: 100%;
    padding: 124px 0px;
    margin: 0px;
    background-image: url(../img/img/back1.jpg);
    align: center bottom;
    background-size: cover;
}

.btncoll {
    border-bottom: 1px solid #fff;
    width: 100%;
    font-family: Lato;
    font-size: 18px;
    weight: 300;
    color: #FFF;
    padding: 10px 0px;
}

.colortitulo9 {
    font-family: Lato;
    font-size: 25px;
    font-weight: 300;
    color: #C59764;
    letter-spacing: 5px;
    padding: 10px 20px;
    margin: 0em;
}

.colorsubtitulo5 {

    font-family: Lato;
    font-size: 18px;
    weight: 300;
    color: #FFF;
    padding: 10px 0px;

}

.accordion {
    position: absolute;
    top: 0%;
    left: 5%;
    width: 75%;
}

.biplus {
    color: #FFF;
    position: absolute;
    right: 0%;
}

.card-body {
    font-family: Lato;
    font-size: 18px;
    weight: 300;
    color: #FFF;
    padding: 10px 0px;
}

/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro {
   /* padding: 170px 0 100px 0;*/
    background-color: #f6f7f9;
}

.screenshots-intro h1 {
    font-family: Lato;
    font-size: 25px;
    font-weight: 300;
    color: #C59764;
    padding: 10px 0px;
}

.bi-down {
    font-size: 140%;
    margin-left: 10px;
    padding: 10px;
    color: #778899;
}

.screenshots-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
SOLUTIONSELKM
========================================================================== */

.SOLUTIONSELKMI {
    position: relative;
    min-height: 400px;
    padding: 0px;
    margin: 0px;
    background: url('../img/img/banner2.jpg') no-repeat center center;
    background-size: cover;
}

.features-img2 {
    width: 100%;
    height: 540px;
    text-align: center;
    line-height: 400px;
}

.SOLUTIONSELKMD {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 540px;
    margin: 0px;
    background-color: #1A333E;
    background-image: url(../img/img/banner3.jpg);
    background-size: cover;
}

.bidown {
    margin-left: 10px;
    padding: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.colortitulo4 {
    font-family: Marcellus;
    font-size: 30px;
    color: #C59764;
    padding: 10px 0px;
    position: absolute;
    letter-spacing: 5px;
    left: 10%;
    top: 77%;
}

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}

.screenshots figure {
    position: relative;
    overflow: hidden;
}

.cuadroabajo {
    height: 120px;
    padding: 15px 30px;
    margin: 0px;
    align: left top;
    background-color: #335067;
    position: relative;
}

.colortitulo3 {
    font-family: Lato;
    font-size: 25px;
    color: #fff;
}

.colorsubtitulo4 {
    font-family: Lato;
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
}

.bi {
    color: rgba(255, 255, 255, .6);
    position: absolute;
    right: 0%;
    top: 85%;
}

.positiont {
    width: 85%;
    position: absolute;
    top: 0%;
}


.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);
}

/* ==========================================================================
Download Now
========================================================================== */

.cuadrocontacto {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #324C64;
}

.cuadroForm {
    position: relative;
    padding: 25px 80px;
    margin: 0px;
    align: center top;

}

/* ==========================================================================
   6.0 Input Fields styles
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
textarea,
select {
    position: relative;
    display: inline-block;
    width: 97%;
    vertical-align: top;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height: 24px;
    margin: 0 0 26px;
    outline: 0;
    padding: 8px 0px;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="date"]::placeholder,
textarea::placeholder,
select::placeholder {
    color: inherit;
    opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
textarea,
select {
    background-color: transparent;
    border-color: #c5c5c5;
    color: #262626;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    background-color: transparent;
    border-color: #e1e1e1;
    color: var(--qode-main-color);
}

#qodef-page-footer input[type="text"],
#qodef-page-footer input[type="email"],
#qodef-page-footer input[type="url"],
#qodef-page-footer input[type="password"],
#qodef-page-footer input[type="number"],
#qodef-page-footer input[type="tel"],
#qodef-page-footer input[type="search"],
#qodef-page-footer input[type="date"],
#qodef-page-footer textarea,
#qodef-page-footer select {
    background-color: transparent;
    border-color: #b7b8be;
    color: #b7b8be;
}

#qodef-page-footer input[type="text"]:focus,
#qodef-page-footer input[type="email"]:focus,
#qodef-page-footer input[type="url"]:focus,
#qodef-page-footer input[type="password"]:focus,
#qodef-page-footer input[type="number"]:focus,
#qodef-page-footer input[type="tel"]:focus,
#qodef-page-footer input[type="search"]:focus,
#qodef-page-footer input[type="date"]:focus,
#qodef-page-footer textarea:focus,
#qodef-page-footer select:focus {
    background-color: transparent;
    border-color: #b7b8be;
    color: #b7b8be;
}

#qodef-page-footer .qodef-skin--light input[type="text"],
#qodef-page-footer .qodef-skin--light input[type="email"],
#qodef-page-footer .qodef-skin--light input[type="url"],
#qodef-page-footer .qodef-skin--light input[type="password"],
#qodef-page-footer .qodef-skin--light input[type="number"],
#qodef-page-footer .qodef-skin--light input[type="tel"],
#qodef-page-footer .qodef-skin--light input[type="search"],
#qodef-page-footer .qodef-skin--light input[type="date"],
#qodef-page-footer .qodef-skin--light textarea,
#qodef-page-footer .qodef-skin--light select {
    background-color: transparent;
    border-color: #d8c7b1;
    color: #ffffff;
}

#qodef-page-footer .qodef-skin--light input[type="text"]:focus,
#qodef-page-footer .qodef-skin--light input[type="email"]:focus,
#qodef-page-footer .qodef-skin--light input[type="url"]:focus,
#qodef-page-footer .qodef-skin--light input[type="password"]:focus,
#qodef-page-footer .qodef-skin--light input[type="number"]:focus,
#qodef-page-footer .qodef-skin--light input[type="tel"]:focus,
#qodef-page-footer .qodef-skin--light input[type="search"]:focus,
#qodef-page-footer .qodef-skin--light input[type="date"]:focus,
#qodef-page-footer .qodef-skin--light textarea:focus,
#qodef-page-footer .qodef-skin--light select:focus {
    background-color: transparent;
    border-color: #d8c7b1;
    color: #ffffff;
}

input[type="checkbox"] {
    border-color: #e1e1e1;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    padding: 5px;
    position: relative;
}

input[type="checkbox"]:checked {
    border: 1px solid #c5c5c5;
    color: #676767;
}

input[type="checkbox"]:checked:after {
    color: #676767;
    content: '\2714';
    font-size: 10px;
    left: 1px;
    position: absolute;
    top: -2px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
textarea,
select {
    -webkit-appearance: none;
}

select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==");
    background-position: calc(100% - 3px) center;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select:disabled {
    background-color: #fbf9f9;
    border-color: inherit;
    box-shadow: none;
    color: inherit;
    text-shadow: none;
}

select option {
    color: #262626;
}

select.qodef-arrow--light {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==");
}

.post-password-form input[type="password"] {
    margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
    .post-password-form input[type="password"] {
        display: block;
        max-width: 50%;
    }
}

input[type="submit"]:not(.qodef-button),
button[type="submit"]:not(.qodef-button):not(.qodef-search-form-button),
.qodef-theme-button {
    border-radius: 0;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 0;
    outline: none;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: auto;
    padding: 12px 55px 10px;
    color: var(--qode-main-color);
    background-color: #C59764;
    border: 1px solid transparent;
    cursor: pointer;
}

.qodef-browser--firefox input[type="submit"]:not(.qodef-button),
.qodef-browser--firefox button[type="submit"]:not(.qodef-button):not(.qodef-search-form-button),
.qodef-browser--firefox .qodef-theme-button {
    font-weight: 400;
}

input[type="submit"]:not(.qodef-button):hover,
button[type="submit"]:not(.qodef-button):not(.qodef-search-form-button):hover,
.qodef-theme-button:hover {
    color: var(--qode-main-color);


}

button[type="submit"] span,
.qodef-theme-button span {
    display: block;
    line-height: inherit;
}

button[type="submit"] span:before,
.qodef-theme-button span:before {
    display: block;
    line-height: inherit;
}

/*====*/

.cuadrocont {
    width: 100%;
    padding: 50px;
    margin: 0px;
    align: center middle;
}

.colortitulo5 {
    font-family: Marcellus;
    font-size: 25px;
    color: #C59764;
}

.cuadroinfo {
    position: relative;
    min-height: 300px;
    padding: 0px;
    margin: 0px;
}

.logocorreo {
    width: 30%;
    padding: 10px 0px;
    margin: 0px;
    align: right middle;
    position: relative;
}
.logotel {
    width: 30%;
    padding: 10px 0px;
    margin: 0px;
    align: right middle;
    position: relative;
}
.bicorreo {
    position: absolute;
    font-size: 25px;
    margin-right: 10px;
    top: 36%;
    right: 0%;
    color: #C59764;
}
.bitel {
    position: absolute;
    font-size: 25px;
    margin-right: 10px;
    top: 36%;
    right: 0%;
    color: #C59764;
}
.infocorreo {
    width: 70%;
   
    margin: 0px;
    align: left middle;
}
.infotel {
    width: 70%;

    margin: 0px;
    align: left middle;
}
.colortitulo6 {
    font-family: Lato;
    font-size: 20px;
    color: #D1D3D4;
}
.colortitulo7 {
    font-family: Lato;
    font-size: 20px;
    color: #D1D3D4;
}
.logosite {
    width: 30%;
    padding: 10px 0px;
    margin: 0px;
    align: right middle;
    position: relative;
}
.logomap {
    width: 30%;
    padding: 10px 0px;
    margin: 0px;
    align: right middle;
    position: relative;
}
.bisite {
    position: absolute;
    font-size: 25px;
    margin-right: 10px;
    top: 36%;
    right: 0%;
    color: #C59764;
}
.bimap {
    position: absolute;
    font-size: 25px;
    margin-right: 10px;
    top: 36%;
    right: 0%;
    color: #C59764;
}
.infosite {
    width: 70%;
   
    margin: 0px;
    align: left middle;
}
.infomap {
    width: 70%;

    margin: 0px;
    align: left middle;
}
.colortitulo66 {
    font-family: Lato;
    font-size: 20px;
}
.colortitulo77 {
    font-family: Lato;
    font-size: 20px;
}
.linksite {
    font-family: Lato;
    font-size: 20px;
    color: #D1D3D4;
}
.linkmap {
    font-family: Lato;
    font-size: 20px;
    color: #D1D3D4;
}
.iconsocial {
    width: 100%;
    margin-right: 15px;
    align: left middle;
    font-size: 25px;
    color: #D1D3D4;
}

.colortitulo8 {
    font-family: Lato;
    font-size: 15px;
    color: #fff;
    placeholder: #D1D3D4;
    padding: 5px;
    height: 35px;
    margin: 10px 0px;
}

/* ==========================================================================
Download Now
========================================================================== */
.download {
    padding: 120px 0;
    background-color: #474747;
}

.download h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    width: 100%;
    padding: 30px;
    margin: 0px;
    background-color: #26394F;
}

.colortitulo2 {
    font-family: Lato;
    font-size: 15px;
    weight: 300;
    color: #fff;
    text-align: center;
}

.colorsubtitulo2 {
    weight: 700;
    color: #C59764;
}

.colorsubtitulo3 {
    color: #D1D3D4;
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 19, 2, 0.95);
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 50%;
    height: 60%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}

.overlay ul li:last-child {
    margin-right: 0px
}

.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}

.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 190px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #345271;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    border-color: #73d0da;
    color: #73d0da;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6 {
    visibility: hidden
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
    visibility: visible
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}





/* Partners */
.img-partner {
    height: 35px;
    width: auto;

    filter: url('#grayscale');
    /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* Para cuando es estándar funcione en todos */
    filter: Gray();
    /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img-partner:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.partners-list>li {
    padding: 15px 20px;
}

.partners-list>li>a,
.partners-list>li>a:hover,
.partners-list>li>a:visited,
.partners-list>li>a:active {
    text-decoration: none;
    border: none;
}