/* @group Fonts */

@font-face {
    font-family: 'Raleway Regular';
    src: url('../fonts/raleway-regular/raleway-regular.eot');
    src: url('../fonts/raleway-regular/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular/raleway-regular.woff2') format('woff2'),
         url('../fonts/raleway-regular/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway Light';
    src: url('../fonts/raleway-light/raleway-light.eot');
    src: url('../fonts/raleway-light/raleway-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light/raleway-light.woff2') format('woff2'),
         url('../fonts/raleway-light/raleway-light.woff') format('woff'),
         url('../fonts/raleway-light/raleway-light.ttf') format('truetype'),
         url('../fonts/raleway-light/raleway-light.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'raleway Medium';
    src: url('../fonts/raleway-medium/raleway-medium.eot');
    src: url('../fonts/raleway-medium/raleway-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium/raleway-medium.woff2') format('woff2'),
         url('../fonts/raleway-medium/raleway-medium.woff') format('woff'),
         url('../fonts/raleway-medium/raleway-medium.ttf') format('truetype'),
         url('../fonts/raleway-medium/raleway-medium.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway Bold';
    src: url('../fonts/raleway-bold/raleway-bold.eot');
    src: url('../fonts/raleway-bold/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold/raleway-bold.woff2') format('woff2'),
         url('../fonts/raleway-bold/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway Heavy';
    src: url('../fonts/raleway-heavy/raleway-heavy.eot');
    src: url('../fonts/raleway-heavy/raleway-heavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-heavy/raleway-heavy.woff2') format('woff2'),
         url('../fonts/raleway-heavy/raleway-heavy.woff') format('woff'),
         url('../fonts/raleway-heavy/raleway-heavy.ttf') format('truetype'),
         url('../fonts/raleway-heavy/raleway-heavy.svg#ralewayheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @end */

/* @group General */

body {
    background: #f6f6f6;
}
.container {
    width: 970px !important;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.alert-danger p {
    color: #a94442 !important;
    font-size: 16px !important;
}

/* @end */

/* @group Bxslider */

.bx-wrapper {
    margin: 0 auto;
}
.bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    border: none;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    text-align: right;
    bottom: 10px;
    right: 90px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: 9999px;
    border: 2px solid #fff;
    overflow: hidden;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.bx-wrapper img {
    width: 100%;
}

/* @end */

/* @group Header */

header .row {
    position: relative;
}
header img.col-xs-12 {
    width: 100%;
    padding: 0;
}
header h1 {
    color: #fff;
    position: absolute !important;
    bottom: 20px;
    font-size: 19px;
}
header h1 img {
    width: 140px;
    float: left;
    clear: both;
    margin-bottom: 30px;
}
header h1 .header-title {
    font-family: 'Raleway Bold';
    text-transform: uppercase;
    float: left;
    clear: both;
}
header h1 .header-intro {
    font-family: 'Raleway Light';
    text-transform: none;
    float: left;
    clear: both;
    line-height: 1.2;
    width: 100%;
}
header h1 .header-intro span {
    float: left;
    clear: both;
    width: 100%;
}
.breadcrumbs {
    font-family: 'Raleway Bold';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    height: 42px;
    margin: 0px;
}
.breadcrumbs span {
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
    background: black;
    display: inline-block;
}
nav {
    z-index: 100;
    position: relative;
}
nav .row {
    position: relative;
}
#nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
}
.nav-menu {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 25px;
    background-color: black;
    height: 30px;
}
#nav-inner {
    font-family: 'Raleway Medium';
    display: block;
    margin: auto;
    text-align: center;
}
#nav-inner > a {
    text-transform: uppercase;
    text-decoration: none;
}
#home-trigger {
    display: block;
    float: left;
    width: 35px;
    text-align: center;
    height: 30px;
    padding-top: 2.5px;
}
#nav-inner > ul {
        background: black;
    color: #fff;
    padding: 0px;
    list-style: none;
    margin: auto;
    height: 30px;
    display: inline-block;
    width: auto;
}
#nav-inner > ul > li:first-child {
    display: none;
}
#nav-inner > ul > li {
    position: relative;
    float: left;
    background-color: black;
    width: auto;
    text-align: left;
    padding: 0px;
}
#nav-inner > ul > li:hover a {
    color: #fff !important;
    font-family: 'Raleway Regular';
}
#nav-inner > ul > li:hover li a {   
    color: #fff !important;
    font-family: 'Raleway Light';
    font-size: 13px;
}
#nav-inner > ul > li > a {
    width: 100%;
    display: block;
    padding: 0px 13px;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-family: 'Raleway Light';
    color: #aaa;
}
#nav-inner > ul > li > a:hover {
    text-decoration: none;
    color: #fff;
}
#nav-inner > ul > li > a:active, #nav-inner > ul > li > a:focus, #nav-inner > ul > li > a:visited {
    text-decoration: none;
}
#nav-inner > ul > li:hover .nivel-snd {
    display: block;
}
.nivel-snd {
    min-width: 315px;
    padding: 15px;
    list-style-type: none;
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
}
.nivel-snd li {
    padding-top: 10px;
    
}
.nivel-snd li:first-child {
    padding-top: 0px;
}
.nivel-snd a {
    color: #fff;
}
#nav-soluciones:hover {
    background-color: #2AB573;
}
#nav-soluciones .nivel-snd {
    background-color: #2AB573;
}
#nav-industrias:hover {
    background-color: #00B9B4;
}
#nav-porque:hover {
    background-color: #3076A5;
}
#nav-soporte:hover {
    background-color: #65A24F;
}
#nav-alianzas:hover {
    background-color: #67C9CE;
}
#nav-contacto:hover {
    background-color: #0974B6;
}
#nav-idiomas .nav-button:first-of-type {
    padding-right: 0px;
    border: none;
}
#nav-idiomas .nav-button {
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.nav-button-black {
    font-family: 'Raleway Medium';
    font-size: 15px;
    line-height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    background: black;
    display: inline-block;
}
.nav-button-black:hover {
    color: #fff;
}
.nav-button {
    color: #fff;
    margin-top: 5px;
    line-height: 20px;
    height: 20px;
    font-family: 'Raleway Light';
}
.nav-button:hover {
    color: #fff;
}
.nav-button.active {
    font-family: 'Raleway Bold';
}
.ingresar-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 30%;
    background-color: rgba(0,0,0,.8);
    padding: 50px;
}
#form-ingresar div {
    display: block;
}
#form-ingresar label {
    color: #fff;
    width: 30%;
    font-size: 20px;
    font-family: 'Raleway Regular';
    margin-top: 30px;
}
#form-ingresar input {
    width: 65%;
    padding: 1px 10px;
}
.close span {
    color: #fff;
    text-shadow: none;
}
.close {
    opacity: 1;
}
.ingresar-enviar-wrapper {
    padding-right: 4%;
}
.ingresar-enviar {
    background: #2d72a5;
    margin-top: 15px;
    border: none;
    color: #fff;
    font-family: 'Raleway Light';
    padding: 5px 20px;
    font-size: 16px;
}

/* @end */

/* @group Footer */

.aviso-wrapper {
    background-color: #e7e8ea;
    min-height: 40px;
}
.aviso-wrapper p,
.aviso-wrapper a {
    font-family: 'Raleway Bold';
    text-transform: uppercase;
    font-style: 15px;
    color: #8C8C8C;
    line-height: 40px;
    margin: 0;
}

/* @end */

/* @group Index */

#index-header-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: auto;
}
#index-features {
    color: #fff;
    margin-top: 20px;
    background: transparent url('../img/bg-index.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 530px;
}
#index-features h2 {
    color: #2AB573;
    font-size: 33px;
    font-family: 'Raleway Heavy';
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    clear: both;
}
.index-feature + .index-feature img {
    margin-top: 45px;
}
.index-feature + .index-feature ul {
    margin-top: 40px;
}
.index-feature + .index-feature + .index-feature img {
    margin-top: 42px;
}
.index-feature + .index-feature + .index-feature ul {
    margin-top: 0;
}
.index-feature-title {
    text-align: left;
    font-family: 'Raleway Medium';
    font-size: 23px;
    width: 86%;
    padding: 0px 7%;
    margin: 15px 25px;
}
.index-feature-title span {
    float: left;
    clear: both;
    width: 100%;
}
#index-features ul {
    padding-left: 40px;
    margin-left: 20px;
}
#index-features li {
    text-align: left;
    font-family: 'Raleway Light';
}
#index-abstract {
    background: #fff;
    padding: 20px 0px;
}
#index-abstract p {
    font-family: 'Raleway Light';
    font-size: 22px;
    color: #989898;
    margin: 0px auto;
    text-align: center;
}
#index-abstract p span {
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
}
#index-video {
    margin-left: -15px;
    margin-right: -15px;
}
#index-promo {
    background: #fff;
}
#index-promo > div:first-child {
    margin-top: 90px;
}
#index-promo h2 {
    font-family: 'Raleway Regular';
    color: #989898;
    font-size: 22px;
    margin-top: 0px;
}
#index-promo h2 span {
    font-size: 21px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    margin: 30px auto 0px;
}
#index-promo h2 + a {
    font-family: 'Raleway Bold';
    color: #808284;
    font-size: 22px;
}
#index-promo p {
    font-family: 'Raleway Regular';
    color: #fff;
    font-size: 34px;
    margin: 60px auto 0px;
    width: 80%;
}
#index-promo p span {
    float: left;
    clear: both;
    width: 100%;
}
#index-promo p a {
    font-family: 'Raleway Bold';
    color: #fff;
}
#index-promo .pleca-bg {
    background: transparent url('../img/bg-index-promo.png') no-repeat top left;
    min-height: 297px;
}

/* @end */

/* @group Soluciones */

.soluciones-section {
    padding: 55px 0px;
}
.soluciones-section h2 {
    color: #0B6F54;
    font-family: 'Raleway Bold';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
.soluciones-section h2 span {
    float: left;
    width: 100%;
    clear: both;
}
.soluciones-section p {
    color: #808284;
    font-family: 'Raleway Regular';
    font-size: 15px;
    text-align: left;
}
.soluciones-section img {
    margin-bottom: 30px;
    max-width: 100%;
}
.soluciones-section h3 {
    color: #808284;
    font-family: 'Raleway Bold';
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.soluciones-section .soluciones-highlighted {
    background-color: #0B6F54;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.soluciones-section .soluciones-highlighted p {
    font-family: 'Raleway Light';
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.soluciones-section-green {
    background-color: #2AB573;
}
.soluciones-section.soluciones-section-green h2,
.soluciones-section.soluciones-section-green p,
.soluciones-section.soluciones-section-green h3 {
    color: #fff;
}
.soluciones-section-green .soluciones-highlighted {
    background-color: transparent;
}
.soluciones-section .row-function:first-child {
    margin-top: 0;
}
.soluciones-section .row-function {
    margin-top: 45px;
}
#soluciones-ciclo-bg-image {
    background-image: url('../img/soluciones-ciclo-bg-image.jpg');
    background-size: cover;
}
#soluciones-ciclo-bg-image p {
    color: #fff;
    text-align: center;
}
#soluciones-politicas p {
    margin-bottom: 30px;
}
.soluciones-list {
    list-style: none;
    color: #2eac66;
    line-height: 30px;
    margin-top: 30px;
}
.soluciones-infografia h2 {
    color: #2AB573;
    border-bottom: 3px solid #2AB573;
    padding: 0;
    font-size: 24px;
}
.soluciones-infografia-bg {
    background: transparent url('../img/bg-soluciones-infografia.png') center 5px no-repeat;
    min-height: 815px;
    padding-top: 5px;
}
.soluciones-infografia-bg span {
    font-size: 40px;
    color: #fff;
    font-family: 'Raleway Bold';
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 355px;
}
.soluciones-infografia img {
    margin-bottom: 5px;
}
.soluciones-infografia .panel-group-wrapper {
    position: relative;
    margin-top: 60px;
}
.soluciones-infografia .panel-group {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
#i-panel-configuracion {
    top: 0;
    left: 0;    
}
#i-panel-acceso {
    top: 60px;
    left: 31%;
}
#i-panel-eliminacion {
    top: 22px;
    right: 60px;
}
#i-panel-seguridad {
    left: 0px;
    top: 293px;
}
#i-panel-dispositivo {
    right: 15px;
    top: 206px;
}
#i-panel-herramientas {
    left: 0;
    top: 513px;
}
#i-panel-uso {
    left: 26%;
    top: 570px;
}
#i-panel-servicios {
    top: 413px;
    right: 0px;
}
#i-panel-perfiles {
    right: 19%;
    top: 640px;
}
.soluciones-infografia .panel {
    background-color: transparent;
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.soluciones-infografia .panel+.panel {
    margin-top: 0;
}
.soluciones-infografia .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}
.soluciones-infografia .panel-title {
    font-family: 'Raleway Bold';
    font-size: 15px;
}
.soluciones-infografia .panel-title a {
    display: block;
    width: 100%;
    position: relative;
}
.soluciones-infografia .panel-title a:hover,
.soluciones-infografia .panel-title a:active,
.soluciones-infografia .panel-title a:focus {
    text-decoration: none;
}
.soluciones-infografia .panel-title span:first-child {
    width: 100%;
    display: block;
}
.soluciones-infografia .panel-body {
    border-top: none !important;
    position: relative;
}
.soluciones-infografia .panel-body p {
    font-family: 'Raleway Bold';
    font-size: 11px;
    text-align: center;
}
.soluciones-infografia .panel-green h4,
.soluciones-infografia .panel-green p {
    color: #148F5B;
}
.soluciones-infografia .panel-green-lighten h4,
.soluciones-infografia .panel-green-lighten p {
    color: #53B771;
}
.soluciones-infografia .panel-green-darken h4,
.soluciones-infografia .panel-green-darken p {
    color: #074829;
}
.soluciones-infografia .panel-gray h4,
.soluciones-infografia .panel-gray p {
    color: #808284;
}
#i-panel-eliminacion .panel-body {
    padding-top: 0;
}
#i-panel-seguridad .panel-body {
    padding-top: 9px;
}
#i-panel-seguridad .col-sm-4 {
    padding-left: 2px;
    padding-right: 2px;
}
#i-panel-seguridad .js-close-panel {
    bottom: -20px;
}
#i-panel-herramientas .panel-body img {
    max-width: 50px;
}
#i-panel-herramientas .js-close-panel {
    right: -30px;
}
#i-panel-uso .js-close-panel {
    right: -10px;
}
#i-panel-servicios .panel-collapse.row {
    padding-top: 35px;
}
#i-panel-servicios h4 {
    padding-left: 100px;
}
#i-panel-servicios .col-sm-3 {
    padding-left: 20px;
    padding-right: 5px;
}
#i-panel-perfiles .js-close-panel {
    bottom: -15px;
}
.js-close-panel {
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: 10;
    opacity: 0;
    width: 20px;
    height: 20px;
    font-family: 'Raleway Regular';
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    cursor: pointer;
}
.panel-green .js-close-panel {
    color: #148F5B;
    border-color: #148F5B;
}
.panel-green-lighten .js-close-panel {
    color: #53B771;
    border-color: #53B771;
}
.panel-green-darken .js-close-panel {
    color: #074829;
    border-color: #074829;
}
.panel-green-gray .js-close-panel {
    color: #808284;
    border-color: #808284;
}
.bg-info-header {
    width: 92px;
    height: 92px;
    margin: 0 auto;
    display: inline-block;
}
#infografia-header-configuracion {
    background-image: url('../img/infografia-header-configuracion-default.png');
}
.panel:hover #infografia-header-configuracion {
    background-image: url('../img/infografia-header-configuracion.png');
}
#infografia-header-acceso {
    background-image: url('../img/infografia-header-acceso-default.png');
}
.panel:hover #infografia-header-acceso {
    background-image: url('../img/infografia-header-acceso.png');
}
#infografia-header-eliminacion {
    background-image: url('../img/infografia-header-eliminacion-default.png');
}
.panel:hover #infografia-header-eliminacion {
    background-image: url('../img/infografia-header-eliminacion.png');
}
#infografia-header-seguridad {
    background-image: url('../img/infografia-header-seguridad-default.png');
}
.panel:hover #infografia-header-seguridad {
    background-image: url('../img/infografia-header-seguridad.png');
}
#infografia-header-dispositivo {
    background-image: url('../img/infografia-header-dispositivo-default.png');
}
.panel:hover #infografia-header-dispositivo {
    background-image: url('../img/infografia-header-dispositivo.png');
}
#infografia-header-herramientas {
    background-image: url('../img/infografia-header-herramientas-default.png');
}
.panel:hover #infografia-header-herramientas {
    background-image: url('../img/infografia-header-herramientas.png');
}
#infografia-header-uso {
    background-image: url('../img/infografia-header-uso-default.png');
}
.panel:hover #infografia-header-uso {
    background-image: url('../img/infografia-header-uso.png');
}
#infografia-header-servicios {
    background-image: url('../img/infografia-header-servicios-default.png');
}
.panel:hover #infografia-header-servicios {
    background-image: url('../img/infografia-header-servicios.png');
}
#infografia-header-perfiles {
    background-image: url('../img/infografia-header-perfiles-default.png');
}
.panel:hover #infografia-header-perfiles {
    background-image: url('../img/infografia-header-perfiles.png');
}

/* @end */

/* @group Alianzas */

#alianzas-logos {
    padding: 30px 0px 80px;
}
#alianzas-logos > div {
    height: 130px;
    line-height: 130px;
    margin-top: 50px;   
}
#alianzas-logos > div:nth-child(odd) {
    clear: left;
}

/* @end */

/* @group Contacto */

#contacto-mapa {
    margin-top: 93px;
    margin-left: -15px;
    margin-right: -15px;
}
#contacto-mapa iframe {
    width: 100%;
}
#contacto-data {
    margin-top: 15px;
    margin-bottom: 50px;
}
#contacto-data div {
    margin-top: 40px;
}
#contacto-data p {
    font-family: 'Raleway Regular';
    font-size: 22px;
    color: #808284;
    margin: 0;
}
#contacto-data span {
    width: 100%;
    float: left;
    clear: both;
    font-family: 'Raleway Bold';
    font-size: 25px;
    color: #0974B6;
}
#contacto-form {
    padding-top: 40px;
    padding-bottom: 70px;
    background: #174B8D;
    font-family: 'Raleway Light';
    font-size: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
#contacto-form label,
#contacto-form p {
    color: #fff;
}
#contacto-form p {
    font-size: 22px;
}
#contacto-form .form-control {
    border-radius: 0px;
    margin-bottom: 40px;
}
#contacto-form textarea.form-control {
    height: 105px;
}
#contacto-form .btn {
    background-color: #579CD4;
    border-radius: 0px;
    color: #fff;
    font-family: 'Raleway Bold';
    font-size: 20px;
    border: none;
    padding: 10px 15px;

}

/* @end */

/* @group Soporte */

#soporte-intro {
    color: #6D6E70;
    font-family: 'Raleway Light';
    margin-top: 93px;
    margin-bottom: 60px;
}
#soporte-intro ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}
#soporte-intro img + p {
    text-align: left;
    margin-top: 10px;
}
#soporte-intro .col-sm-10 + .col-sm-10 {
    margin-top: 20px;
}
#soporte-intro p > span {
    display: block;
}
#soporte-servicio {
    background-color: #65A24F;
}
#soporte-servicio h2 {
    text-transform: uppercase;
    font-family: 'Raleway Bold';
    font-size: 27px;
    margin: 20px 0 30px;
}
#soporte-servicio h2 + p {
    margin-bottom: 30px;
}
#soporte-servicio {
    color: #fff;
    font-family: 'Raleway Light';
    padding-bottom: 30px;
}
#soporte-servicio .col-sm-3 {
    min-height: 303px;
}
#soporte-via-varias p:first-child {
    margin-top: 25px;
}
#soporte-via-varias p {
    margin-top: 50px;
}
#soporte-via-varias-bg {
    background: transparent url(/img/soporte-servicio-1.png) no-repeat top center;
    background-size: contain;
}
#soporte-via-ticketing {
    background: transparent url(/img/soporte-servicio-2.png) no-repeat top center;
    background-size: contain;   
}
#soporte-via-ticketing p:first-child {
    margin-top: 180px;
}
#soporte-via-atencion {
    background: transparent url(/img/soporte-servicio-3.png) no-repeat top center;
    background-size: contain; 
}
#soporte-via-atencion p {
    margin-top: 180px;
    margin-left: 100px;
}
#soporte-paquetes {
    color: #6D6E70;
    font-family: 'Raleway Light';
    padding-bottom: 100px;
    padding-top: 20px;
}
#soporte-paquetes h2 {
    color: #65A24F;
    font-family: 'Raleway Bold';
    font-size: 30px;
    text-transform: uppercase;
}

/* @end */

/* @group Porque */

#porque-intro {
    padding-top: 75px;
}
#porque-intro p {
    text-align: left;
    margin: 35px 0px;
    font-family: 'Raleway Regular';
    color: #808284;
}
#porque-descripcion {
    padding: 30px 0px;
    background-color: #2d72a5;
    color: #fff;
    font-family: 'Raleway Light';
    font-size: 22px;
}
#porque-servicios {
    padding: 30px 0px;
}
#porque-servicios p {
    font-family: 'Raleway Regular';
    color: #808284;
    padding: 15px 0px;
}
.blue-text {
    color: #5f9ed6 !important;
    font-size: 16px;
}
.blue-text b {
    font-family: 'Raleway Bold';
    margin-right: 5px;
}
.blue-text span:first-of-type {
    clear: none;
}
.blue-text span {
    clear: left;
    text-align: left;
    font-size: 15px;
    line-height: 0;
}
p.blue-text b span {
    font-size: 28px;
    margin-left: 0;
    vertical-align: middle;
}
.top-60 {
    margin-top: 60px;
}

/* @end */

/* @group Industrias */

.industria-blanco:first-child {
    padding-top: 70px;
}
.industria-blanco {
    padding: 30px 0px;
    color: #808284;
}
.industria-blanco h3 {
    color: #00a7a2;
    font-family: 'Raleway Bold';
}
.industria-turquesa p, .industria-blanco p {
    text-align: left;
    padding: 0px 30px;
}
.industria-turquesa {
    background-color: #00a7a2;
    padding: 30px 0px;
    color: #fff;
}

/* @end */




/* @group MediaQueries */

@media only screen and (max-width : 991px) { 

    body {
        overflow-x: hidden;
    }
    .container {
        width: 100% !important;
    }
    #index-header-logo {
        width: 15%;
    }
    header h1 img {
        width: 25%;
        margin-bottom: 20px;
    }

    /* index */
    .nav-menu {
        position: absolute;
        top: 0px;
        left: 135px;
        margin: 0;
        padding: 0px;
        background-color: transparent;
    }
    #nav-inner > ul {
        background-color: transparent;
    }
    .nav-menu:hover #nav-inner li {
        display: block;
    }
    #nav-inner > ul > li:hover .nivel-snd {
        display: block;
        left: 0;
        margin-left: 178px;
        top: 0px;
    }
    #nav-inner > ul > li {
        display: none;
        float: none;
    }
    #nav-inner > ul > li:first-child {
        display: block;
        width: 70px !important;
        padding: 0px;
    }
    .aviso-wrapper a {
        font-size: 13px;
    }
    .index-feature-title {
        font-size: 20px;
    }
    #index-abstract p {
        font-size: 19px;
    }
    #index-features h2 {
        font-size: 27px;
    }
    .index-feature + .index-feature ul {
        margin-top: 20px;
    }
    #index-promo h2 + a {
        font-size: 18px;
    }
    #index-promo p {
        width: 85%;
        font-size: 30px;
    }

    /* end */

    /* Soluciones */
        
    .soluciones-section .soluciones-highlighted p {
        font-size: 20px;
    }
    .soluciones-section .row-function {
        margin-top: 25px;
    }
    .blue-text b {
        text-align: left;
    }
    #contacto-mapa {
        margin: 93px 10px 20px;
    }
    #contacto-data p {
        font-size: 18px;
    }
    #contacto-form p, #contacto-form {
        font-size: 16px;
    }
    #contacto-form .btn {
        font-size: 16px;
    }
    #contacto-form .form-control {
        margin-bottom: 25px;
    }

    /* end */
    .soluciones-infografia-bg {
        display: none;
    }
    .soluciones-infografia .panel-group {
        position: relative;
    }
    .panel-group-wrapper .panel {
        display: block;
        position: relative;
        top: inherit !important;
        bottom: initial !important;
        right: inherit !important;
        left: inherit !important;
        width: 50%;
        margin-bottom: 25px;
        min-height: 265px;
    }
    #i-panel-servicios h4 {
        padding-left: 0px;
    }
    .panel-group-wrapper .panel:nth-child(2n+1) {
        clear: left;
    }

}

@media only screen and (max-width : 600px) {
    header img.col-xs-12 {
        width: auto;
        padding: 0;
        max-width: inherit;
        height: 230px;
    }
     header {
        min-height: 292px;    
        margin-right: -15px;
        margin-left: -15px;
        padding: 0px 15px;
        overflow: hidden;
    }
}
@media only screen and (max-width : 767px) {  

    .nav-menu {
        left: 0;
        top: 45px;
    }
    #nav-inner > ul > li > a {
        font-size: 13px;
    }
    #nav-inner > ul > li:hover .nivel-snd {
        margin-left: 0px;
        font-size: 13px;
        min-width: 0px;
        position: relative;
        width: 213px;
    }
    #index-features ul {
        margin-left: 0px;
        padding-left: 0px;
    }
    #index-features li {
        text-align: center;
        list-style-type: none;
    }
    .index-feature-title {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 15px 0px;
    }
    #index-abstract p {
        font-size: 16px;
    }
    #index-promo p {
        width: 85%;
        font-size: 26px;
    }
    #index-promo h2 {
        text-align: center;
        line-height: 0;
        margin-bottom: 15px;
    }
    #index-promo h2 + a {
        text-align: center;
        width: 100%;
        display: block;
        margin-bottom: 25px;
    }
    #index-promo .pleca-bg {
        background: transparent url('../img/bg-index-promo.png') no-repeat top right;
    }
    #index-header {
        min-height: inherit !important;
    }
   
    header h1 {
        font-size: 14px;
    }
    header h1 img {
        display: none;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto  {
        text-align: center;
        right: 0px;
        left: 0px;
    }
    .soluciones-section {
        padding: 30px 0px;
    }
    main .soluciones-section:first-of-type {
        margin-top: 10px;
    }
    .soluciones-section img {
        margin-bottom: 15px;
    }
    .soluciones-section h2 {
        margin-bottom: 10px;
        font-size: 19px;
    }
    .soluciones-section .soluciones-highlighted p {
        font-size: 17px;
        padding: 0px 35px;
    }
    #porque-descripcion p {
        font-size: 19px;
    }
    #soporte-servicio h2 {
        font-size: 22px;
    }
    #soporte-via-ticketing {
        background-size: 100px;
    }
    #soporte-via-atencion p {
        width: 149px;
        text-align: right;
        margin: 210px auto 0px;
    }
    #contacto-data span {
        font-size: 22px;
    }
    #contacto-data p {
        font-size: 14px;
    }
    #contacto-form {
        padding: 40px 15px;
    }
    .panel-group-wrapper .panel {
        width: 100%;
    }

}

/* @end */