.paginador {
    border-top: 1px dotted #3b3b3b;
    padding-top: 20px;
}
.paginador .izquierda,
.paginador .derecha {
    width: 20%;
    min-width: 130px;
    padding-top: 5px;
}
.paginador .izquierda span,
.paginador .derecha span {
    white-space: nowrap;
}
.paginador .izquierda span a,
.paginador .derecha span a {
    font-size: 14px;
    font-weight: 600;
}
.paginador .izquierda {
    float: left;
}
.paginador .izquierda span:first-child {
    padding-right: 10px;
}
.paginador .derecha {
    float: right;
    text-align: right;
}
.paginador .derecha span:last-child {
    padding-left: 10px;
}
.paginador ul {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 58%;
}
.paginador ul li {
    display: inline-block;
    margin: auto;
    text-align: center;
}
.paginador ul li a {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-right: 5px;
    width: 25px;
    padding: 4px 0px;
    background-color: #ececec;
    border: 2px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: inset 0 7px 9px -7px rgba(255, 255, 255, 0.8);
}
.paginador ul li a.active,
.paginador ul li a:hover {
    background-color: #666666;
    border-color: #505050;
    color: #ffffff;
    box-shadow: inset 0px -1px 7px 5px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    display: block;
}
::-webkit-scrollbar-track {
    background: #EFEFEF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #555;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
::-moz-scrollbar {
    width: 6px;
    height: 6px;
    display: block;
}
::-moz-scrollbar-track {
    background: #EFEFEF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
::-moz-scrollbar-thumb {
    background-color: #555;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
::-moz-selection {
    color: #ffffff;
    background: #c3002f;
}
::selection {
    color: #ffffff;
    background: #c3002f;
}
.row.misma-altura {
    display: table;
    width: 100%;
    margin: 0;
}
.row.misma-altura [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.fancypanel {
    display: none;
}
.fancypanel .container {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
form.styled {
    font-family: inherit;
    color: #ededed;
}
form.styled ul {
    display: table;
    width: 100%;
}
form.styled ul li {
    display: table-cell;
}
form.styled ul li:first-child {
    padding-right: 5px;
}
form.styled ul li:last-child {
    padding-left: 5px;
}
form.styled label {
    font-weight: normal;
    color: inherit;
    line-height: 1;
    display: inline-block;
}
form.styled label sup {
    color: #ededed;
}
form.styled .g-recaptcha {
    float: right;
}
form .condiciones {
    position: relative;
    padding-left: 25px;
    /*float: left;*/
}
form .condiciones input {
    top: 0;
    left: 0;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0px 5px 0 0;
}
form .condiciones label {
    font-size: inherit;
    float: left;
    padding-top: 1px;
}
form .condiciones p {
    display: block;
    float: none;
    clear: both;
    padding-left: 0px !important;
    font-size: 8pt !important;
}
form.styled p.obligatorio {
    font-size: inherit;
    color: #ededed;
    padding-left: 21px;
}
form.styled p.obligatorio sup {
    font-size: 100%;
    top: -4px;
}
form.styled input {
    font-family: inherit;
    font-size: inherit;
    /*color: inherit;*/
    color: #000;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    position: relative;
}
form.styled input[type="file"] {
    font-family: inherit;
    font-size: inherit;
    padding: 3px 3px 0px !important;
}
form.styled input[type="file"]:hover {
    cursor: pointer !important;
}
form.styled textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: 1.2;
    display: block;
    width: 100%;
    min-height: 80px;
    padding: 10px;
    border: none;
    background-color: #fff;
    border: solid 1px #ccc;
    overflow: auto;
}
form.styled select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    display: block;
    width: 100%;
    padding: 0px 5px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    border: solid 1px #CCC;
}
form.styled select.place_holder {
    color: #AAA;
}
form.styled select option:disabled {
    background-color: #dedede;
}
form.styled .btn-file {
    font-size: inherit;
    color: #ccc;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    min-width: 260px;
    border: solid 1px #ccc;
    cursor: default;
}
form.styled .btn-file:hover {
    background-color: initial;
}
form.styled .btn-file input[type=file] {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    min-height: 100% !important;
    text-align: right !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    outline: none !important;
    background: white !important;
    cursor: default !important;
    display: block !important;
}
form.styled .btn-group {
    width: 100%;
    margin: 25px 0px 35px;
}
form.styled .btn-group .btn {
    color: #ededed;
    line-height: 30px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    margin: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
}
form.styled .btn-group .btn:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 0px;
}
form.styled .btn-group .btn:hover {
    color: #fff;
    background-color: #555;
}
form.styled .btn-group .btn:active {
    top: 0px;
}
form.styled .btn-group .dropdown-menu {
    margin: 0px;
    padding: 0px;
    min-width: 160px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-color: #adadad;
}
form.styled .btn-group .dropdown-menu > li {
    border-bottom: solid 1px #adadad;
}
form.styled .btn-group .dropdown-menu > li > a {
    font-size: 18px;
    line-height: 26px;
    padding: 3px 12px;
}
form.styled .checkbox label {
    padding-left: 25px;
}
form.styled .checkbox input[type="checkbox"] {
    position: absolute;
    left: 0px;
    margin: 0px;
}
form.styled button {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    display: block;
    float: left;
    clear: both;
    padding: 7px 25px;
    margin: 35px 0px 0px 0px;
    border: solid 1px #c3002f;
    background: #c3002f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*
                  &:active {
                          position: relative;
                          top: 1px;
                  }
    */
}
form.styled button:focus {
    outline: none;
}
form.styled input[type="radio"],
form.styled input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0px 5px 0 0;
    float: left;
    cursor: pointer;
}
form.styled input[type="radio"]:after,
form.styled input[type="checkbox"]:after {
    background-image: none;
}
form.styled input:focus,
form.styled textarea:focus,
form.styled select:focus,
form.styled input[type="checkbox"]:focus,
form.styled input[type="radio"]:focus,
form.styled input[type="file"]:focus {
    outline-color: #ededed;
}
form.styled *:focus,
form.styled *:active {
    outline: none;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0px;
}
::-webkit-input-placeholder {
    color: #000 !important;
}
:-moz-placeholder {
    color: #000 !important;
}
::-moz-placeholder {
    color: #000 !important;
}
:-ms-input-placeholder {
    color: #000 !important;
}
::-ms-input-placeholder {
    color: #000 !important;
}
:placeholder-shown {
    color: #000 !important;
}


form.materialize .input-field {
    
}
form.materialize .input-field label{
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    top: 0px;
    left: 0px;

}
form.materialize .input-field label sup {
    font-family: serif;
    font-size: 120%;
    color: red;
    top: -3px;
}

form.materialize [type="checkbox"] + label {
    font-size: 12px;
    font-weight: normal;
    height: auto;
    min-height: 25px;
}

form.materialize h3 {
    font-weight: bold;
    font-size: 24px;
}

form.materialize p {
    font-size: 18px;
}
form.materialize select {
    display: block;
    padding: 3px 5px;
    height: auto;
    border: solid 1px #dbdbdb;
}
form.materialize .condiciones, form.materialize .terminos{
    float: left;
    width: 100%;
    
}
form.materialize a.boton, form.materialize button.boton{
    color: #ffffff;
    background-color: #e5343a;
    margin: 0px;
}
form.materialize a.boton:hover, form.materialize button.boton:hover{
    background-color: #000000;
}

a:hover,
span:hover {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
*,
.clearfix,
.cierre {
    *display: inline-block;
    _height: 1%;
}
*:after,
.clearfix:after,
.cierre:after {
    content: "";
    clear: both;
}
*:hover,
.clearfix:hover,
.cierre:hover,
*:focus,
.clearfix:focus,
.cierre:focus,
*:active,
.clearfix:active,
.cierre:active {
    outline: none;
    text-decoration: none;
}
.fixed {
    position: fixed;
    backface-visibility: hidden;
}
.posicionar-abajo {
    height: calc(100% - 1px);
}
.centrado {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.separador {
    height: 0px;
    border-bottom: dotted 1px #bbb;
}
.underline {
    border-bottom: solid 1px #464648;
}
.cierre {
    font-size: 0px;
    height: 0px;
    clear: both;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mt110 {
    margin-top: 110px !important;
}
.mt120 {
    margin-top: 120px !important;
}
.mt130 {
    margin-top: 130px !important;
}
.mt140 {
    margin-top: 140px !important;
}
.mt150 {
    margin-top: 150px !important;
}
.mt160 {
    margin-top: 160px !important;
}
.mt170 {
    margin-top: 170px !important;
}
.mt180 {
    margin-top: 180px !important;
}
.mt190 {
    margin-top: 190px !important;
}
.mt200 {
    margin-top: 200px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.ptb0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pl0 {
    padding-left: 0px !important;
}
.pr0 {
    padding-right: 0px !important;
}
.plr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.mb0 {
    margin-bottom: 0px;
}
.mb40 {
    margin-bottom: 40px;
}
.desplegable {
    cursor: pointer;
}
.escritorio {
    display: block !important;
}
.responsive {
    display: none !important;
}
.atenuado {
    opacity: 0.4;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.atenuado:hover {
    opacity: 1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.not-active {
    pointer-events: none;
    cursor: default;
}
p.inactivo {
    visibility: hidden;
}
.oculto {
    display: none;
}
.ocultar {
    display: none;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    height: auto;
}
.ocultar p:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 50px;
    position: relative;
}
.ocultar p:last-of-type:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
}
.fijo {
    positio: fixed;
    overflow: hidden;
}
.inactivo {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.activo {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
a.subir {
    font-size: 40px;
    line-height: 38px;
    color: #c3002f;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px rgba(0, 0, 0, 0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
a.subir:hover {
    opacity: 1 !important;
    -webkit-transition: all 0.1s ease-out !important;
    -moz-transition: all 0.1s ease-out !important;
    -ms-transition: all 0.1s ease-out !important;
    -o-transition: all 0.1s ease-out !important;
    transition: all 0.1s ease-out !important;
    border: solid 1px rgba(0, 0, 0, 0.15);
}
a.arriba {
    font-size: 12px;
    display: block;
    float: right;
}
a.arriba:before {
    content: '\f0d8';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #ededed;
    position: relative;
    top: -1px;
    left: -4px;
}
a.arriba:hover {
    color: #c3002f;
}
a.arriba:hover:before {
    color: #c3002f;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
i,
em {
    font-family: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
img {
    max-width: 100%;
}
hr {
    height: 1px;
    border: none;
    border-top: solid 1px #ededed;
    margin-bottom: 20px;
    clear: both;
}
hr.dotted {
    border-top: dotted 1px #ededed;
    margin: 0px;
}
table {
    width: 100%;
}
table tr {
    border-bottom: solid 1px #ededed;
}
table tr th {
    padding: 1px 5px;
    font-weight: normal;
}
table tr th:first-of-type {
    padding-left: 0px;
}
table tr th:last-of-type {
    padding-right: 0px;
}
table tr td {
    padding: 1px 5px;
}
table tr td:first-of-type {
    padding-left: 0px;
}
table tr td:last-of-type {
    padding-right: 0px;
}
@font-face {
    font-family: '';
    src: url('fuentes/.eot');
    src: local('☺'), url('fuentes/.woff') format('woff'), url('fuentes/.ttf') format('truetype'), url('fuentes/.svg#') format('svg');
    font-display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: '';
        src: url('fuentes/.svg#') format('svg');
    }
}
@font-face {
    font-family: '';
    src: url('fuentes/.eot');
    src: local('☺'), url('fuentes/.woff') format('woff'), url('fuentes/.ttf') format('truetype'), url('fuentes/.svg#') format('svg');
    font-display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: '';
        src: url('fuentes/.svg#') format('svg');
    }
}
/*
calc(~" ");

url(../gestor/recursos/uploads/imagenes/.svg);
*/
html {
    position: relative;
    min-height: 100vh;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    color: #000000;
    /*padding-top: 214px;*/
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.navegando header * {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
body.navegando header #header .navbar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
body.navegando a.subir {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 800;
    line-height: 1.1;
    text-rendering: optimizeLegibility;
    display: block;
    margin: 0px 0px 20px;
}
/*h1 {
        margin: 0px;
}*/

h1{
    font-size: 45px;
}

h2 {
    font-size: 36px;
}
h1 span,
h2 span {
    color: #c3002f;
}
h3 {
    font-size: 36px;
}
h3 span {
    color: #c3002f;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 22px;
    font-weight: 600;
}
h5 span {
    color: #c3002f;
}
p {
    margin-bottom: 15px;
}
b,
strong {
    font-weight: 600;
}
a {
    color: inherit;
    outline: none;
    border: none;
    text-decoration: none;
}
a img {
    outline: none;
    border: none;
}
a:hover,
a:focus,
a:active {
    color: #c3002f;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
a.boton {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    min-height: initial !important;
    display: inline-block !important;
    padding: 7px 35px;
    margin: 15px 15px 15px 0px;
    background: #c3002f;
    border: solid 1px #c3002f;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*
          &:active {
                  position: relative;
                  top: 1px;
          }
    */
}
a.boton:hover {
    color: #ffffff !important;
    background: #8f1702 !important;
    border-color: #8f1702 !important;
}
a.boton.solid {
    background: #c3002f !important;
    border-color: #c3002f !important;
}
a.boton.solid:hover {
    color: #ffffff !important;
    background: #8f1702 !important;
    border-color: #8f1702 !important;
}
a.mas-info {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px 10px 30px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #c3002f;
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a.mas-info span {
    text-decoration: underline;
}
a.mas-info:before {
    content: '';
    display: block;
    width: 48px;
    height: 54px;
    background-image: url('img/ic-hex-rojo.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: -30px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a.mas-info:after {
    content: 'i';
    font-family: TimesNewRoman;
    font-size: 38px;
    line-height: 1;
    font-style: italic;
    color: #ffffff;
    display: block;
    position: absolute;
    z-index: 2;
    left: -13px;
    top: 2px;
}
a.mas-info:hover {
    background: #8f1702;
}
a.mas-info:hover:before {
    background-image: url('img/ic-hex-rojo-hover.svg');
}
a.boton-lg {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 6px 20px 6px 34px;
    margin: 15px 20px 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
    right: -10px;
}
a.boton-lg span {
    font-size: 13px;
    font-weight: 400;
    display: block;
}
a.boton-lg:before {
    content: '';
    display: block;
    width: 48px;
    height: 54px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: -26px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a.boton-lg:after {
    display: block;
    width: 22px;
    position: absolute;
    z-index: 2;
    left: -14px;
    top: 5px;
}
a.boton-lg.rojo {
    background: #c3002f;
}
a.boton-lg.rojo:before {
    background-image: url('img/ic-hex-rojo.svg');
}
a.boton-lg.rojo:hover {
    background: #8f1702;
}
a.boton-lg.rojo:hover:before {
    /*background-image: url('img/ic-hex-rojo-hover.svg');*/
}
a.boton-lg.gris {
    background: #545454;
}
a.boton-lg.gris:before {
    background-image: url('img/ic-hex-gris.svg');
}
a.boton-lg.gris:hover {
    background: #333;
}
a.boton-lg.gris:hover:before {
    background-image: url('img/ic-hex-gris-hover.svg');
}
a.boton-lg.info {
    padding: 10px 20px 10px 20px;
    margin: 0 auto;
    float: none;
}
a.boton-lg.info:before {
    top: -8px;
}
a.boton-lg.info:after {
    content: 'i';
    font-family: TimesNewRoman;
    font-size: 38px;
    line-height: 1;
    font-style: italic;
    color: #ffffff;
    top: -2px;
}
a.boton-lg.info span {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    display: inline-block;
}
a.boton-lg.descarga:after {
    content: url('img/ic-descarga.svg');
    top: 7px;
}
a.boton-lg.presupuesto:after {
    content: url('img/ic-presupuesto.svg');
}
.btn-group {
    width: 100%;
}
.btn-group > .btn.boton {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    padding: 5px 20px;
    background-color: #c3002f;
    border: none;
    position: relative;
}
.btn-group > .btn.boton .caret {
    position: absolute;
    right: 20px;
    top: 13px;
    /*float: right;
                          margin-top: 8px;*/
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.btn-group.open > .dropdown-toggle.btn-default.boton:hover,
.btn-group.open > .dropdown-toggle.btn-default.boton:focus {
    color: #fff;
    background: #8f1702;
}
.btn-group .dropdown-menu {
    font-size: 12px;
    min-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.btn-group .dropdown-menu > li > a {
    color: #ffffff;
    line-height: 1;
    background: #511919;
    margin-top: 1px;
    position: relative;
    padding: 7px 50px 7px 20px;
}
.btn-group .dropdown-menu > li > a:hover {
    color: #ffffff !important;
}
.btn-group .dropdown-menu > li > a:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 23px;
}
ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 10px;
}
ul.lista li {
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
ul.lista li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 5px;
    position: absolute;
    left: 0px;
    top: 8px;
}
ul.lista li:last-child {
    margin-bottom: 0px;
}
ul.barra li:before {
    content: '\\';
    color: #ededed;
}
ul.paginacion {
    text-align: center;
}
ul.paginacion li {
    color: #333;
    display: inline-block;
    line-height: 23px;
    margin: 5px 2px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    border: solid 1px #ccc;
}
ul.paginacion li:hover,
ul.paginacion li.active {
    filter: alpha(opacity=100);
    opacity: 1;
    color: #ffffff;
    background: #666;
    border-color: #666;
}
ul.paginacion li:hover a,
ul.paginacion li.active a {
    color: #ffffff;
}
ul.paginacion li a {
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 2px 10px;
}
ul.paginacion li:first-of-type {
    margin-right: 10px;
}
ul.paginacion li:last-of-type {
    margin-left: 10px;
}
ul.breadcrumb {
    padding: 0px 0px 0px 27px;
    margin-bottom: 0px;
    position: relative;
}
ul.breadcrumb:before {
    content: url('img/ic-breadcrumb-arrow.svg');
    position: absolute;
    left: 0;
    top: 2px;
}
ul.breadcrumb li {
    font-size: 15px;
}
ul.breadcrumb li a {
    color: #000000;
    text-decoration: underline;
}
ul.breadcrumb li:last-child {
    color: #c3002f;
    font-weight: 600;
}
ul.breadcrumb > li + li:before {
    content: '\/';
    color: #666;
    padding: 0 5px;
}
ul.navegacion {
    margin-top: 50px;
    display: block;
    float: left;
    width: 100%;
}
ul.navegacion li {
    display: block;
    width: 50%;
    float: left;
}
ul.navegacion li a:hover {
    color: #666;
}
ul.navegacion li a:before,
ul.navegacion li a:after {
    background-color: #ededed;
    width: 26px;
    text-align: center;
    display: inline-block;
}
ul.navegacion li a span {
    display: inline-block;
    padding: 0 7px;
    border: solid 1px #e4e4e4;
}
ul.navegacion li:first-of-type {
    text-align: left;
}
ul.navegacion li:first-of-type a:before {
    content: "<";
    margin-right: 4px;
    border: solid 1px #ededed;
}
ul.navegacion li:last-of-type {
    text-align: right;
}
ul.navegacion li:last-of-type a:after {
    content: ">";
    margin-left: 4px;
    border: solid 1px #ededed;
}
ul.redes {
    text-align: right;
    display: block;
}
ul.redes li {
    display: inline-block;
    padding-left: 10px;
}
ul.redes li a {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    width: 34px;
    height: 34px;
    display: block;
    border: solid 2px #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
ul.redes li a:hover {
    color: #c3002f;
    background: #fff;
}
ul.redes li a.fa-facebook:hover {
    color: #3b5998;
}
ul.redes li a.fa-twitter:hover {
    color: #55acee;
}
ul.redes li a.fa-linkedin:hover {
    color: #007bb5;
}
ul.redes li a.fa-youtube:hover {
    color: #bb0000;
}
/*
ul.nav-tabs {
        border-bottom: none;

        & > li {
                width: 25%;
                margin-bottom: 20px;

                &:before {
                        content: '';
                        padding: 0px;
                        display: none;
                }

                & > a {
                        font-family: inherit;
                        line-height: 1;
                        padding: 8px 0px 0px;
                        margin: 0px 15px;
                        border: none;
                        border-top: solid 1px @g;
                        border-radius: 0px;

                        &:hover {
                                background-color: initial;
                                border: none;
                                border-top: solid 1px @g-2;
                        }

                        &:focus {
                                background-color: initial;
                        }
                }

                &:first-child > a {
                        margin-left: 0px;
                }

                &:last-child > a {
                        margin-right: 0px;
                }

                &.active {
                        & > a, & > a:hover, & > a:focus {
                                color: @g-2;
                                background-color: initial;
                                border: none;
                                border-top: solid 1px @g-2;
                        }
                }
        }
}
*/
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0px;
}
.nav-tabs > li > a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 5px 20px !important;
    background-color: #e4e4e4;
    border: solid 1px #e4e4e4;
    border-radius: 8px 8px 0px 0px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
    color: inherit;
    border-color: #e4e4e4;
}
.nav-tabs > li.active a {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    background-color: #f7f7f7;
    border: solid 1px #f7f7f7;
    border-radius: 8px 8px 0px 0px;
}
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
    border: solid 1px #f7f7f7;
    background-color: #f7f7f7;
}
ul.nav-tabs.cabecera {
    font-size: 16px;
    border-bottom: none;
    padding: 20px 0px;
}
ul.nav-tabs.cabecera li {
    line-height: 1;
    display: block;
}
ul.nav-tabs.cabecera li a {
    line-height: 1;
    display: block;
    padding: 6px 0px;
    margin: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: relative;
}
ul.nav-tabs.cabecera li a.active {
    background-color: #dedede;
}
ul.nav-tabs.cabecera li a.active:after {
    content: url('img/ic-right-arrow.svg');
    display: block;
    width: 14px;
    position: absolute;
    right: 15px;
    top: 5px;
}
ul.nav-tabs.cabecera li strong {
    display: block;
    padding: 5px 0px;
}
ul.nav-tabs.cabecera > li {
    float: none;
    padding-bottom: 10px;
}
ul.nav-tabs.cabecera > li:last-child {
    padding-bottom: 0px;
}
ul.nav-tabs.cabecera > li a {
    padding-left: 20px;
    padding-right: 20px;
}
ul.nav-tabs.cabecera > li > ul {
    display: none;
}
ul.nav-tabs.cabecera > li > ul > li > a {
    padding-left: 40px;
    padding-right: 40px;
}
ul.nav-tabs.cabecera > li > ul > li > a strong {
    padding: 0;
}
ul.nav-tabs.cabecera > li > ul > li > ul > li a {
    padding-left: 60px;
    padding-right: 60px;
}
ul.nav-tabs.cabecera > li:before {
    content: '';
    padding: 0px;
    display: none;
}
ul.nav-tabs.cabecera > li > a {
    font-size: 20px;
    color: #c3002f;
    font-weight: 700;
    background-color: initial;
    border: none;
    padding-bottom: 10px;
}
ul.nav-tabs.cabecera > li > a:hover {
    background-color: initial;
    border: none;
}
ul.nav-tabs.cabecera > li > a:focus {
    background-color: initial;
}
ul.nav-tabs.cabecera > li.active > a,
ul.nav-tabs.cabecera > li.active > a:hover,
ul.nav-tabs.cabecera > li.active > a:focus {
    font-size: 20px;
    color: #c3002f;
    font-weight: 700;
    background-color: initial;
    border: none;
    padding-bottom: 10px;
}
ul.nav-tabs.cabecera > li.active > ul {
    display: block;
}
.tab-content {
    padding: 50px 25px;
    background-color: #f7f7f7;
}
.tab-content table {
    overflow: auto;
    width: 100%;
}
.tab-content table th {
    font-weight: normal;
    font-family: inherit;
}
.tab-content table th span.rojo {
    font-family: inherit;
}
.tab-content table tr {
    border-bottom: solid 1px #ededed;
}
.tab-content table.medidas td {
    width: 25%;
}
.tab-content table.funcionalidades td:first-of-type {
    width: 75%;
}
.submenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
    border-bottom: 1px solid #bbb;
}
.submenu.active {
    display: block;
}

#emergente {
    position: fixed;
    top: calc(50vh - 108px);
    right: 0px;
    margin: 0px;
    z-index: 10000;
    transition: right 0.3s ease-out;
}
#emergente.active {
    right: 280px;
}
#emergente.active li:not(.formulario) {
    display: none;
}
#emergente li.formulario .inner {
    display: block;
    background: #ffffff;
    padding: 40px 20px;
    position: absolute;
    top: -332px;
    left: 72px;
    z-index: 99999;
    opacity: 0;
    background-color: #f5f5f5;
    transition: all 0.3s ease-out;
}
#emergente li.formulario .inner.active {
    opacity: 1;
}
#emergente li.formulario .inner h2,
#emergente li.formulario .inner span {
    margin-bottom: 15px;
    padding: 3px 0;
    font-size: 36px;
    color: #000000;
    font-weight: 800;
    line-height: 1.1;
    text-rendering: optimizeLegibility;
    display: block;
    margin: 0px 0px 20px; 
}
#emergente li.formulario .inner form {
    float: none;
}
#emergente li.formulario .inner form button {
    background: #ffffff;
}
#emergente li span {
    text-align: center;
    display: block;
    width: 72px;
    position: relative;
}
#emergente li span:active {
    top: 0;
}
#emergente li span img {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
#emergente li span.email {
    background-color: #e5343a;
    z-index: 1;
}
#emergente li span.email a {
    background-color: #e5343a;
}
#emergente li span.contacta {
    background-color: #b0383c;
}
#emergente li span.contacta a {
    background-color: #b0383c;
}
#emergente li span.tfno {
    background-color: #993336;
}
#emergente li span.tfno a {
    background-color: #993336;
}
#emergente li span.active a {
    left: -330px;
    opacity: 1;
}
#emergente li span a {
    color: #ffffff;
    line-height: 72px;
    text-align: center;
    display: block;
    padding: 0 10px;
    width: 330px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0px;
    opacity: 0;
}



#layerslider {
    height: 350px;
}
#layerslider .fondo {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-size: cover;
    background-position: center;
}
#layerslider .titulo {
    position: absolute;
    top: 80px !important;
    left: 0px !important;
}
#layerslider h1 span,#layerslider h2 span, #layerslider div.h1 span {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    display: block;
    float: left;
    clear: both;
    padding: 5px 20px 5px 50px;
    margin-bottom: 4px;
    background: #000000;
    position: relative;
}
#layerslider h1 span:first-of-type:before, #layerslider h2 span:first-of-type:before,  #layerslider div.h1 span:first-of-type:before {
    content: '';
    display: block;
    width: 40px;
    height: 30px;
    background-image: url('img/ic-tag-red.svg');
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -3px;
}
ul.bxslider li a {
    display: block;
    position: relative;
}
ul.bxslider li a:before,
ul.bxslider li a:after {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 0;
}
ul.bxslider li a:before {
    z-index: 1;
    background-image: url('img/ic-lupa.svg');
    background-repeat: no-repeat;
    background-position: center;
}
ul.bxslider li a:after {
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
}
ul.bxslider li a:hover:before,
ul.bxslider li a:hover:after {
    opacity: 1;
}
#bx-pager {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    min-width: 100%;
    overflow: auto;
}
#bx-pager a {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width: calc(100% / 6);
    border: solid 1px #fff;
    position: relative;
}
#bx-pager a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 1;
}
#bx-pager a.active:before {
    opacity: 0;
}
.carrusel.no-controls .owl-controls .owl-buttons {
    display: none;
}
.carrusel.marco .owl-wrapper-outer {
    border: 20px solid #e4e4e4;
}
header {
    /*
          position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9997;
    */
    background-color: #ffffff;
}
header #header h1 a {
    display: block;
}
header #header #topbar {
    padding-bottom: 10px;
    background-color: #f7f7f7;
    border-bottom: solid 1px #f1f1f1;
}
header #header #topbar > ul {
    display: table;
    width: 100%;
    margin: 0px;
}
header #header #topbar > ul > li {
    display: table-cell;
    vertical-align: middle;
}
header #header #topbar > ul > li span {
    font-size: 17px;
    font-weight: 600;
}
header #header #topbar > ul > li.tfno {
    font-family: 'Open Sans';
}
header #header #topbar > ul > li.email,
header #header #topbar > ul > li.tfno {
    vertical-align: top;
}
header #header #topbar > ul > li.email > a,
header #header #topbar > ul > li.tfno > a {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    display: block;
    float: left;
    position: relative;
    padding-left: 50px;
}
header #header #topbar > ul > li.email > a span,
header #header #topbar > ul > li.tfno > a span {
    display: block;
    float: left;
    padding: 5px 10px;
}
header #header #topbar > ul > li.email > a:before,
header #header #topbar > ul > li.tfno > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 52px;
    height: 38px;
    left: 0;
    background-image: url('img/ic-tag.svg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
header #header #topbar > ul > li.email > a:after,
header #header #topbar > ul > li.tfno > a:after {
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
header #header #topbar > ul > li.email a:after {
    background-image: url('img/ic-email.svg');
}
header #header #topbar > ul > li.tfno a:after {
    background-image: url('img/ic-tfno.svg');
}
header #header #topbar > ul > li.idiomas {
    vertical-align: top;
}
header #header #topbar > ul > li > ul#idiomas {
    margin: 0px;
    text-align: right;
}
header #header #topbar > ul > li > ul#idiomas > li {
    position: relative;
    display: inline-block;
    padding: 0px;
}
header #header #topbar > ul > li > ul#idiomas > li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    color: #a9a9a9;
    text-align: center;
    display: block;
    width: 36px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
header #header #topbar > ul > li > ul#idiomas > li > a:before {
    opacity: 0;
    content: '';
    display: block;
    width: 36px;
    height: 35px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-image: url('img/ic-tag.svg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
header #header #topbar > ul > li > ul#idiomas > li > a:hover,
header #header #topbar > ul > li > ul#idiomas > li > a.active {
    color: #ffffff;
}
header #header #topbar > ul > li > ul#idiomas > li > a:hover:before,
header #header #topbar > ul > li > ul#idiomas > li > a.active:before {
    opacity: 1;
}
header #header #topbar > ul > li > ul#idiomas > li:hover > ul,
header #header #topbar > ul > li > ul#idiomas > li > ul.active {
    opacity: 1;
    visibility: visible;
}

header #header #topbar > ul > li > ul#idiomas > li > ul {
    position: absolute;
    top: 100%;
    display: block;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-out;
    z-index: 1;
    padding-top: 10px;
}

header #header #topbar > ul > li > ul#idiomas > li > ul > li {
    display: inline-block;
}

header #header #topbar > ul > li > ul#idiomas > li > ul > li a:hover {
    color: #000000;
}

header #header #topbar > ul > li > ul#idiomas > li > ul > li a::before {
    display: none;
}

header #header #topbar > ul > li > ul#idiomas > li > ul > li a.active {
    text-decoration: underline;
    color: #000;
}

header #header #main {
    padding-top: 15px;
    /*padding-bottom: 25px;*/
}
header #header #main input#buscar {
    line-height: 23px;
    display: block;
    float: right;
    width: 188px;
    height: 23px;
    padding: 0 10px 0 30px;
    margin-top: 30px;
    border: solid 1px #dddddd;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    position: relative;
    -webkit-box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.25);
    -o-box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.25);
    background-image: url('img/ic-search.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 7px center;
}
header #header #main .navbar {
    margin-bottom: 0px;
    min-height: initial;
    border: none;
    clear: both;
    padding-top: 35px;
    /*.inicio, .sistemas, .proyectos, .servicios, .empresa, .clientes, .noticias, .distribuidores, .contacto {
                                          a {
                                                  font-weight: 800 @i;
                                          }
                                  }*/
}
header #header #main .navbar ul#menu.nav.navbar-nav {
    text-align: center;
    width: 100%;
    float: none;
    display: table;
}
header #header #main .navbar ul#menu.nav.navbar-nav li {
    padding-bottom: 25px;
    float: none;
    margin: 0px;
    display: table-cell;
}
header #header #main .navbar ul#menu.nav.navbar-nav li:first-child:before {
    content: '';
}
header #header #main .navbar ul#menu.nav.navbar-nav li:last-child {
    padding-right: 0px;
}
header #header #main .navbar ul#menu.nav.navbar-nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
    line-height: 1;
    padding: 0px 10px 5px;
    margin: 0px;
    display: inline-block;
    text-transform: uppercase;
}
header #header #main .navbar ul#menu.nav.navbar-nav li a:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0%;
    right: 0%;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
header #header #main .navbar ul#menu.nav.navbar-nav li a:hover,
header #header #main .navbar ul#menu.nav.navbar-nav li a.active,
header #header #main .navbar ul#menu.nav.navbar-nav li a:focus,
header #header #main .navbar ul#menu.nav.navbar-nav li a:active {
    font-weight: 800;
    text-decoration: none;
    background: none;
}
header #header #main .navbar ul#menu.nav.navbar-nav li a:hover:after,
header #header #main .navbar ul#menu.nav.navbar-nav li a.active:after,
header #header #main .navbar ul#menu.nav.navbar-nav li a:focus:after,
header #header #main .navbar ul#menu.nav.navbar-nav li a:active:after {
    background-color: #c3002f;
}
header #header #main .navbar ul#menu.nav.navbar-nav li.dropdown ul.dropdown-menu {
    font-size: inherit;
    top: 100%;
    background-color: transparent;
    border: none;
    display: block;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    left: 11px;
}
header #header #main .navbar ul#menu.nav.navbar-nav li.dropdown ul.dropdown-menu li {
    display: block;
    padding: 0px;
    width: 100%;
    border: none;
    background-color: #f7f7f8;
}
header #header #main .navbar ul#menu.nav.navbar-nav li.dropdown ul.dropdown-menu li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 20px;
    margin: 0px;
    white-space: nowrap;
    border: none;
    position: relative;
    display: block;
}
header #header #main .navbar ul#menu.nav.navbar-nav li.dropdown ul.dropdown-menu li a:after {
    display: none;
}
header #header #main .navbar ul#menu.nav.navbar-nav li.dropdown ul.dropdown-menu li a:hover,
header #header #main .navbar ul#menu.nav.navbar-nav li.dropdown ul.dropdown-menu li a.active {
    color: #8f1702;
    background: #ededed;
}
header #header #main .navbar ul#menu.nav.navbar-nav li.dropdown:hover ul.dropdown-menu {
    top: 100%;
    visibility: visible;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
section {
    position: relative;
    /*	&#sistemas {*/
    /*
                  .sistemas {
                          position: fixed;
                  top: 170px;
                  padding-top: 40px;
                  }
    */
    /*}*/
}
section .franja {
    background: #f0f0f0;
}
section .franja.oscura {
    background: #ededed;
}
section .franja.oscura2 {
    background: #e4e4e4;
}
section .franja.clara {
    background-color: #f4f4f4;
}
section .franja.clara2 {
    background-color: #f7f7f7;
}
section .franja.blanca {
    background-color: #ffffff;
}
section .franja.degradado {
    padding: 35px 0;
    background: #c3002f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c3002f 0%, #901703 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c3002f 0%, #901703 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c3002f 0%, #901703 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3002f', endColorstr='#901703', GradientType=0);
    /* IE6-9 */
}
section .franja.degradado.oscuro {
    background: #353435;
    /* Old browsers */
    background: -moz-linear-gradient(top, #353435 0%, #545454 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #353435 0%, #545454 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #353435 0%, #545454 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353435', endColorstr='#545454', GradientType=0);
    /* IE6-9 */
    border-bottom: solid 50px #ffffff;
}
section .franja.contador {
    color: #ffffff;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    margin-top: 100px;
}
section .franja.contador p {
    font-size: 18px;
}
section .franja.contador [class*="col-"] {
    /*&:first-of-type {
                                          padding-top: 30px;
  
                                          p {
                                                  font-size: 36px;
                                                  line-height: 1;
  
                                                  strong {
                                                          font-weight: 800;
                                                  }
                                          }
                                  }*/
}
section .franja.contador [class*="col-"]:last-of-type ul {
    display: table;
    width: 100%;
    margin: 0px;
}
section .franja.contador [class*="col-"]:last-of-type ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
section .franja.contador [class*="col-"]:last-of-type ul li img {
    width: 85px;
    /*display: block;
                                                                  margin: 0 auto;*/
}
section .franja.contador [class*="col-"]:last-of-type ul li span {
    font-size: 55px;
    line-height: 1;
    letter-spacing: -2px;
    display: block;
    padding: 20px 0px 5px;
    font-family: 'Open Sans';
}
section .franja.contador [class*="col-"]:last-of-type ul li span small {
    display: inline-block;
    padding: 0 5px;
}
section .franja.contador [class*="col-"]:last-of-type ul li p {
    margin: 0px;
}
section .franja.noticias {
    padding-top: 50px;
}
section .franja.titulo {
    margin-top: 55px;
}
section .franja.titulo h2,
section .franja.titulo h3 {
    padding: 18px 40px;
    margin: 0px;
}
section .franja.titulo h2 span,
section .franja.titulo h3 span {
    color: #c3002f;
    font-size: inherit;
}
section .franja.breadcrumb {
    background: #f7f7f7;
    margin: 0px;
    padding: 8px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
section .faldon {
    border-bottom: solid 1px #d1d1d1;
}
section .faldon p {
    float: left;
    font-size: 16px;
    line-height: 34px;
    color: #454545;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
    margin-right: 20px;
}
section .faldon p span {
    color: #8f1702;
    font-weight: 700;
}
section .faldon #marquesina {
    padding-top: 7px;
    padding-bottom: 7px;
}
section .destacado {
    text-align: center;
    padding: 50px 0px;
}
section .destacado h1,
section .destacado h2 {
    color: #454545;
}
section .destacado p {
    font-size: 23px;
    color: #6f6f6f;
}
section .destacado p:last-of-type {
    margin-bottom: 0px;
}
section .destacado.sm {
    padding: 65px 0px;
}
section .destacado.sm p {
    font-size: 18px;
}
section .noticias .owl-carousel {
    width: calc(100% + 30px);
    margin: 0 -20px;
}
section .noticias .owl-carousel div.owl-item {
    padding: 0 20px;
}
section .noticias .owl-carousel div.owl-item .img {
    position: relative;
    margin-bottom: 20px;
}
section .noticias .owl-carousel div.owl-item .img img {
    width: 100%;
}
section .noticias .owl-carousel div.owl-item .img:before {
    /*content: url('img/ic-tag-up.svg');*/
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0px;
}
section .noticias .owl-carousel div.owl-item .img:after {
    /*content: 'N';*/
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    display: block;
    position: absolute;
    left: 22px;
    bottom: 0px;
}
section .noticias .owl-carousel div.owl-item span {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #454545;
    font-weight: 800;
    letter-spacing: 3px;
}
section .noticias .owl-carousel div.owl-item h3 {
    font-size: 18px !important;
    margin-bottom: 40px;
    position: relative;
}
section .noticias .owl-carousel div.owl-item h3:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #737373;
    position: absolute;
    bottom: -20px;
}
section a.volver {
    float: right;
    font-size: 13px;
    font-weight: 700;
    color: #6f6f6f;
}
section a.volver:after {
    content: url(img/ic-volver.png);
    margin-left: 10px;
    position: relative;
    top: 7px;
}
section .claims {
    color: #ffffff;
    padding: 30px 0px;
    position: relative;
}
section .claims:before,
section .claims:after {
    content: '';
    display: block;
    width: 50%;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section .claims:before {
    left: 0%;
    right: 50%;
    background-image: url('../gestor/recursos/uploads/imagenes/bg-claim-newsletter.jpg');
    background-position: right center;
}
section .claims:after {
    left: 50%;
    right: 0%;
    background-image: url('../gestor/recursos/uploads/imagenes/bg-claim-distribuidor.jpg');
    background-position: left center;
}
section .claims [class*="col-"] {
    height: 360px;
    z-index: 1;
}
section .claims [class*="col-"] span {
    /*font-size: 38px;*/
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    display: block;
    padding-left: 60px;
    padding-bottom: 30px;
    position: relative;
}
section .claims [class*="col-"] span:before {
    content: url('img/ic-news.svg');
    position: absolute;
    left: 0;
    width: 40px;
}
section .claims [class*="col-"].distribuidor span:before {
    content: url(img/ic-claim-news.png);
}
section .claims [class*="col-"] p {
    margin-bottom: 30px;
    padding-left: 60px;
}
section .claims [class*="col-"] form {
    padding-left: 60px;
}
section .claims [class*="col-"] form.styled button {
    position: absolute;
    bottom: 0;
}
section .claims [class*="col-"] a.boton {
    font-size: 20px;
    margin: 0px;
    position: absolute;
    left: 70px;
    bottom: 0px;
    border: solid 1px #c3002f;
    background: #c3002f;
    /*
                                  &:active {
                                          top: initial;
                                          bottom: -1px;
                                  }
    */
}
section .bloque {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section .bloque .img {
    display: block;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    padding: 60px 45px 150px;
    min-height: 265px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
section .bloque .img:before {
    content: '';
    display: block;
    width: 60px;
    height: 45px;
    background-image: url('img/ic-tag-red.svg');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 45px;
    top: -3px;
}
section .bloque .img:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section .bloque .img * {
    position: relative;
    z-index: 1;
}
section .bloque .img p {
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 25px;
}
section .bloque .img p span {
    color: #c3002f;
}
section .bloque .img img.carga {
    opacity: 0.7;
    position: absolute;
    bottom: 35px;
    left: 45px;
}
section .bloque .img img.carga.pesada {
    width: 55px;
}
section .bloque .img img.carga.ligera {
    width: 35px;
}
section .bloque .txt {
    font-size: 18px;
    color: #454545;
    padding: 20px 45px 40px;
}
section .bloque .txt a {
    display: block;
}
section .bloque .txt a:hover {
    color: #454545;
}
section .bloque .txt h4 {
    font-size: 24px;
    font-weight: 700;
}
section .bloque .txt h4 span {
    color: #c3002f;
}
section .bloque:hover .img:after {
    background-color: rgba(0, 0, 0, 0);
}
section .bloque.col-sm-4 {
    padding-bottom: 40px;
}
section .bloque.col-sm-4 .txt {
    padding: 20px 20px 0px;
}
section .bloque.col-sm-4 .txt > a {
    min-height: 115px;
}
section .bloque.col-sm-4 .txt h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
section .bloque.col-sm-4 .txt p {
    margin-bottom: 25px;
}
section .bloque.col-md-3 .img {
    min-height: 250px;
}
section .bloque.col-md-3 .txt {
    padding: 20px 25px 40px;
}
section .bloque.col-md-3 .txt h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
section .bloque.col-md-3 .txt p {
    min-height: 100px;
}
section .panel-txt {
    font-size: 20px;
    color: #ffffff;
    padding: 80px 45px;
    margin-bottom: 0px;
    min-height: 375px;
    border: solid 2px #f4f4f4;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section .panel-txt:before {
    content: '';
    display: block;
    width: 60px;
    height: 45px;
    background-image: url('img/ic-tag-red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 45px;
    top: 0px;
    z-index: 1;
}
section .panel-txt h4 {
    color: #ffffff;
    line-height: 1;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    display: block;
    min-height: 80px;
    margin-bottom: 15px;
    position: relative;
}
section .panel-txt h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    position: absolute;
    bottom: 0px;
}
section .panel-txt h4 span {
    color: #c3002f;
    display: block;
}
section .panel-txt p {
    max-width: 280px;
    position: relative;
}
section .panel-txt a.boton {
    background: transparent;
    border: solid 1px #ffffff;
    position: absolute;
    left: 45px;
    bottom: 30px;
    margin: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section .banners [class*="col-"].banner {
    margin-bottom: 70px;
    padding: 30px 70px;
    min-height: 480px;
    background-size: calc(100% - 2px);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}
section .banners [class*="col-"].banner:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
    background-image: url('img/mascara-panel-2.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
section .banners [class*="col-"].banner:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 1px;
    bottom: 40%;
    left: 1px;
    background-color: #453235;
}
section .banners [class*="col-"].banner > * {
    position: relative;
}
section .banners [class*="col-"].banner h4 {
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
    display: block;
    margin-top: 25px;
    max-width: 280px;
    min-height: 100px;
}
section .banners [class*="col-"].banner h4 strong {
    font-weight: 700;
}
section .banners [class*="col-"].banner img {
    max-height: 68px;
}
section .banners [class*="col-"].banner a.boton {
    background: transparent;
    border: solid 1px #ffffff;
    margin: 0 0 15px;
}
section .banners .col-sm-4.banner {
    padding: 30px;
}
section .ficha {
    font-size: 16px;
    color: #545454;
    line-height: 1.25;
}
section .ficha h2,
section .ficha h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 10px;
}
section .ficha h2:first-of-type,
section .ficha h3:first-of-type {
    padding-top: 0px;
}
section .ficha ul.caracteristicas {
    font-size: 15px;
}
section .ficha ul.caracteristicas li {
    display: block;
    padding: 0 0 10px 30px;
    position: relative;
}
section .ficha ul.caracteristicas li:before {
    content: url('img/ic-rounded-arrow.png');
    position: absolute;
    left: 0;
    top: 4px;
}
section .ficha hr {
    margin-top: 40px;
    margin-bottom: 40px;
}
section .ficha .tab-content .info a.boton-lg {
    margin-left: 60px !important;
    margin-top: 30px;
}
section .ficha .tab-content .info .caracteristicas div {
    font-size: 15px;
    padding-left: 30px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
section .ficha .tab-content .info .caracteristicas div:before {
    content: url('img/ic-rounded-arrow.png');
    position: absolute;
    top: 0;
    left: 0;
}
section .ficha .tab-content .info .caracteristicas div:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 30px;
    bottom: 0px;
    right: 0px;
    background-color: #d1d1d1;
}
section .ficha .tab-content .info .caracteristicas div p {
    margin-bottom: 5px;
}

.boton-lg.rojo.presupuesto{
    width: 75%;
    font-size:27px;
}

.boton-lg.rojo.presupuesto:before{
    top: -13px;
    height: 80px;
    width: 70px;
    left: -48px;
}

.boton-lg.rojo.presupuesto:after{
    top: 10px;
    width: 30px;
    left: -29px;
}

section .dudas {
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
}
section .dudas p:first-of-type {
    font-size: 43px;
    display: block;
    min-height: 65px;
    padding: 10px 90px 15px 0;
    margin: 0px;
    background-image: url('img/ic-dudas.svg');
    background-position: right top;
    background-repeat: no-repeat;
}
section .dudas p:last-of-type {
    margin-bottom: 30px;
}
section .dudas a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    text-align: right;
    display: block;
    float: left;
    padding: 0 40px 0 20px;
    background-image: url('img/ic-tag-grey-a.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section .dudas a:hover {
    background-image: url('img/ic-tag-grey-a-hover.png');
}
section .dudas [class*="col-"]:last-of-type {
    position: relative;
}
section .dudas [class*="col-"]:last-of-type:before {
    content: '';
    background-image: url('../gestor/recursos/uploads/imagenes/sistemas-almacenaje/dudas.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    position: absolute;
    top: -70px;
    right: 15px;
    bottom: -35px;
    left: 15px;
}
section .claim {
    font-size: 35px;
    line-height: 1;
    color: #ffffff;
}
section .claim p {
    margin-bottom: 30px;
}
section .claim a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    text-align: right;
    display: block;
    float: left;
    padding: 0 45px 0 80px;
    background-image: url('img/ic-tag-red-reverse-a.png');
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section .claim a:hover {
    background-image: url('img/ic-tag-red-reverse-a-hover.png');
}
section .claim img {
    max-width: 250px;
    margin-bottom: 20px;
}
section .claim [class*="col-"]:first-of-type {
    position: relative;
}
section .claim [class*="col-"]:first-of-type:before {
    content: '';
    background-image: url('../gestor/recursos/uploads/imagenes/sistemas/estanteria-domestica.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: -25px;
    right: 15px;
    bottom: -65px;
    left: 15px;
}
section ul.proceso {
    /*margin-top: 60px;*/
    margin-bottom: 0px;
    display: block;
    float: left;
    width: 100%;
}
section ul.proceso li {
    text-align: center;
    display: block;
    float: left;
    width: calc(100% / 6);
    position: relative;
}
section ul.proceso li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 1;
    color: #454545;
    position: absolute;
    right: -10px;
    top: 10px;
}
section ul.proceso li:last-child:after {
    content: '';
}
section ul.proceso li span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border: solid 5px #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #454545;
    background-size: cover;
}
section ul.proceso li span.analisis {
    background-image: url("img/ic-analisis.svg");
}
section ul.proceso li span.asesoria {
    background-image: url("img/ic-asesoria.svg");
}
section ul.proceso li span.diseno {
    background-image: url("img/ic-diseno.svg");
}
section ul.proceso li span.planificacion {
    background-image: url("img/ic-planificacion.svg");
}
section ul.proceso li span.calidad {
    background-image: url("img/ic-calidad.svg");
}
section ul.proceso li span.planing {
    background-image: url("img/ic-planing.svg");
}
section ul.proceso li p {
    font-size: 16px /*@i*/;
    line-height: 1;
    font-weight: 700;
    color: #454545;
    max-width: 120px;
    margin: 0 auto;
}
section .carrusel {
    text-align: center;
    padding-top: 70px;
}

section#inicio h3 {
    font-size: 32px;
}
section#inicio #slider {
    background-color: #ededed;
}
section#inicio #slider h1 span,section#inicio #slider h3 span, section#inicio #slider .h1 span {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    display: block;
    float: left;
    clear: both;
    padding: 5px 20px 5px 50px;
    margin-bottom: 4px;
    background: #000000;
    position: relative;
}
section#inicio #slider h1 span:first-of-type:before, section#inicio #slider h3 span:first-of-type:before, section#inicio #slider .h1 span:first-of-type:before {
    content: '';
    display: block;
    width: 40px;
    height: 30px;
    background-image: url('img/ic-tag-red.svg');
    background-size: cover;
    position: absolute;
    left: 5px;
    top: -3px;
}
section#inicio .panel {
    font-size: 20px;
    color: #ffffff;
    padding: 80px 35px;
    margin-bottom: 0px;
    min-height: 560px;
    border: none;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: #000000;
}
section#inicio .panel:hover .fondo {
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);
}
section#inicio .panel:hover .fondo:before {
    bottom: 40%;
}
section#inicio .panel:hover a.boton {
    background-color: #c3002f;
    border-color: #c3002f;
}
section#inicio .panel:hover a.boton:hover {
    background-color: #c3002f;
    border-color: #c3002f;
}
section#inicio .panel .fondo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
    -o-filter: saturate(0%);
    -ms-filter: saturate(0%);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section#inicio .panel .fondo:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section#inicio .panel img {
    position: absolute;
    left: 35px;
    top: -5px;
}
section#inicio .panel h4 {
    color: #ffffff;
    line-height: 1;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 40px;
    position: relative;
}
section#inicio .panel h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    position: absolute;
    bottom: -20px;
}
section#inicio .panel h4 span {
    color: #c3002f;
    display: block;
}
section#inicio .panel p {
    width: 95%;
    position: relative;
}
section#inicio .panel a.boton {
    background: transparent;
    border: solid 1px #ffffff;
    position: absolute;
    left: 35px;
    bottom: 20px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section .menu-tabs .tab-content {
    padding: 0px;
}
section .menu-tabs .row {
    margin-left: 0px;
    margin-right: 0px;
}
section .menu-tabs .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
section .menu-tabs .info {
    color: #545454;
    padding: 25px;
    background-color: #dedede;
    -webkit-box-shadow: 5px 0px 10px #e4e4e4, -5px 0px 10px #e4e4e4;
    -moz-box-shadow: 5px 0px 10px #e4e4e4, -5px 0px 10px #e4e4e4;
    -ms-box-shadow: 5px 0px 10px #e4e4e4, -5px 0px 10px #e4e4e4;
    box-shadow: 5px 0px 10px #e4e4e4, -5px 0px 10px #e4e4e4;
}
section .menu-tabs .info span {
    font-size: 26px;
    line-height: 1;
    color: #c3002f;
}
section .menu-tabs .info ul {
    font-size: 16px;
    display: block;
    padding: 10px 20px;
}
section .menu-tabs .info ul li {
    display: block;
    padding: 10px 0px 0px;
}
section .menu-tabs .info p {
    margin-bottom: 10px;
}
section .menu-tabs .info p strong {
    color: #454545;
}
section .menu-tabs .info img {
    border: solid 5px #ffffff;
    margin-bottom: 10px;
}
section#sistemas .bloques {
    padding-top: 35px;
    margin-bottom: 65px;
}
section#servicios .paneles {
    padding-top: 25px;
    padding-bottom: 45px;
    margin-bottom: 100px;
    /*.container{
                                  .row {
                                          .panel{
                                                  font-size: 20px;
                                                  color: @b;
                                                  padding: 80px 35px;
                                                  margin-bottom: 0px;
                                                  min-height: 560px;
                                                  border: none;
                                                  position: relative;
                                                  .radius(0px);
                                                  .box-shadow(0 0 0 transparent);
                                                  .transition(@ef-25);
                                                  background-color: #000000;
  
                                                  &:hover {
                                                          outline: none;
                                                  text-decoration: none;
                                                          .fondo {
                                                                  .filter(saturate(100%));
  
                                                                  &:before {
                                                                          bottom: 40%;
                                                                  }
                                                          }
                                                  }
                                          }
  
                                  }
                          }*/
}
section#servicios .paneles .panel-txt {
    /*&:hover{
                                          outline: none;
                                  text-decoration: none;
                                  }*/
    /*&:after{
                                          content: '';
                                          display: block;
                                          position: absolute;
                                          top: 0;
                                          right: 0;
                                          bottom: 0;
                                          left: 0;
                                          background-color: rgba(0,0,0,0.5);
                                          .transition(@ef-25);
                                  }*/
}
section#servicios ul.fases {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
}
section#servicios ul.fases li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    margin-bottom: 15px;
}
section#servicios ul.fases li .icono {
    min-height: 180px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
section#servicios ul.fases li .icono:after {
    content: ' ';
    display: block;
    background-image: url(img/ic-fases-right.png);
    width: 19px;
    height: 33px;
    position: absolute;
    right: -6px;
    top: 80px;
}
section#servicios ul.fases li .icono.izq:after {
    content: ' ';
    display: block;
    background-image: url(img/ic-fases-left.png);
    width: 19px;
    height: 33px;
    position: absolute;
    right: -6px;
    top: 80px;
}
section#servicios ul.fases li .icono span {
    border: none;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
section#servicios ul.fases li .icono span:not(.circulo) {
    border-radius: 15px;
    width: 137px;
    height: 137px;
}
section#servicios ul.fases li .icono span.circulo {
    width: 172px;
    height: 172px;
}
section#servicios ul.fases li:last-child .icono:after {
    content: '';
    display: none;
}
section#servicios ul.fases li p {
    font-weight: 600;
    max-width: 220px !important;
    display: inline-block;
    padding: 0 15px;
}
section#empresa h4 {
    background-color: #f7f7f8;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 60px;
}
section#empresa .destacado h1,
section#servicios .destacado h1,
section#empresa .destacado h2,
section#servicios .destacado h2 {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
section#empresa .destacado.ancho h2,
section#servicios .destacado.ancho h2 {
    max-width: 100%;
}
section#empresa .destacado2,
section#servicios .destacado2 {
    padding-bottom: 30px;
}
section#empresa .destacado2 p,
section#servicios .destacado2 p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
}
section#empresa .caracteristicas,
section#servicios .caracteristicas,
section#contacto .caracteristicas {
    display: table;
}
section#empresa .caracteristicas .row,
section#servicios .caracteristicas .row,
section#contacto .caracteristicas .row {
    display: table-row;
}
section#empresa .caracteristicas .row [class^="col-"],
section#servicios .caracteristicas .row [class^="col-"],
section#contacto .caracteristicas .row [class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    display: table-cell;
    float: none;
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
}
section#empresa .caracteristicas .row [class^="col-"] .info,
section#servicios .caracteristicas .row [class^="col-"] .info,
section#contacto .caracteristicas .row [class^="col-"] .info {
    padding: 35px;
    height: 100%;
    text-align: center;
}
section#empresa .caracteristicas .row [class^="col-"] .info img,
section#servicios .caracteristicas .row [class^="col-"] .info img,
section#contacto .caracteristicas .row [class^="col-"] .info img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
section#empresa .caracteristicas .row [class^="col-"] .info h5,
section#servicios .caracteristicas .row [class^="col-"] .info h5,
section#contacto .caracteristicas .row [class^="col-"] .info h5 {
    width: 80%;
    margin: auto;
    margin-bottom: 26px;
    padding-bottom: 0;
    font-size: 23px;
    font-weight: 700;
    color: #454545;
    position: relative;
}
section#empresa .caracteristicas .row [class^="col-"] .info h5:after,
section#servicios .caracteristicas .row [class^="col-"] .info h5:after,
section#contacto .caracteristicas .row [class^="col-"] .info h5:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    margin-top: 23px;
    background: #656565;
}
section#empresa .caracteristicas .row [class^="col-"] .info p,
section#servicios .caracteristicas .row [class^="col-"] .info p,
section#contacto .caracteristicas .row [class^="col-"] .info p {
    font-size: 16px;
    font-weight: 500;
    color: #454545;
}
section#empresa .caracteristicas .row:nth-child(even) [class^="col-"]:nth-child(even),
section#servicios .caracteristicas .row:nth-child(even) [class^="col-"]:nth-child(even),
section#contacto .caracteristicas .row:nth-child(even) [class^="col-"]:nth-child(even) {
    background-color: #e4e4e4;
}
section#empresa .caracteristicas .row:nth-child(odd) [class^="col-"]:nth-child(odd),
section#servicios .caracteristicas .row:nth-child(odd) [class^="col-"]:nth-child(odd),
section#contacto .caracteristicas .row:nth-child(odd) [class^="col-"]:nth-child(odd) {
    background-color: #e4e4e4;
}
section#empresa .asociaciones,
section#servicios .asociaciones {
    padding-top: 30px;
    padding-bottom: 30px;
}
section#empresa .asociaciones .row,
section#servicios .asociaciones .row {
    margin: 30px 0;
}
section#empresa .asociaciones .row .asociacion,
section#servicios .asociaciones .row .asociacion {
    display: inline-block;
    width: 23%;
    padding: 0 10px;
}
section#empresa .certificados,
section#servicios .certificados {
    padding-top: 20px;
}
section#empresa .certificados .row,
section#servicios .certificados .row {
    border-top: 1px dotted #d1d1d1;
    padding-top: 20px;
}
section#empresa .certificados .row:last-child,
section#servicios .certificados .row:last-child {
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 20px;
}
section#empresa .certificados .row [class^="col-"],
section#servicios .certificados .row [class^="col-"] {
    text-align: center;
    padding-bottom: 20px;
}
section#empresa .certificados .row [class^="col-"] a,
section#servicios .certificados .row [class^="col-"] a {
    display: block;
    width: 80%;
    margin: auto;
}
section#empresa .certificados .row [class^="col-"] a img,
section#servicios .certificados .row [class^="col-"] a img {
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
section#empresa .certificados .row [class^="col-"] a span,
section#servicios .certificados .row [class^="col-"] a span {
    display: block;
    font-weight: bold;
    padding-bottom: 12px;
}
section#empresa .certificados .row [class^="col-"] a.noenlace:hover,
section#servicios .certificados .row [class^="col-"] a.noenlace:hover {
    color: inherit;
    cursor: auto;
}

section#contacto .normativas p {
    text-align: center;
}

section#empresa .normativas p,
section#servicios .normativas p,
section#contacto .normativas p.titulo {
    font-size: 22px;
    font-weight: bold;
    color: #545454;
}
section#empresa .normativas .enlaces p,
section#servicios .normativas .enlaces p,
section#contacto .normativas .enlaces p.titulo {
    border-top: 1px dotted #8b8b8b;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 30px;
}
section#empresa .normativas .enlaces:first-child p,
section#servicios .normativas .enlaces:first-child p,
section#contacto .normativas .enlaces:first-child p {
    border-top: none;
}
section#empresa .normativas .enlaces .row,
section#servicios .normativas .enlaces .row,
section#contacto .normativas .enlaces .row {
    margin-top: 15px;
}
section#empresa .normativas .enlaces span,
section#servicios .normativas .enlaces span,
section#contacto .normativas .enlaces span {
    border-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
section#empresa .normativas .enlaces span a,
section#servicios .normativas .enlaces span a,
section#contacto .normativas .enlaces span a {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 10px;
}
section#empresa .normativas .enlaces span a.noenlace:hover,
section#servicios .normativas .enlaces span a.noenlace:hover,
section#contacto .normativas .enlaces span a.noenlace:hover {
    color: inherit;
    cursor: auto;
}
section#empresa ul.proceso li,
section#servicios ul.proceso li {
    width: calc(100% / 7);
}
section#empresa ul.proceso li:after,
section#servicios ul.proceso li:after {
    content: '';
}
section#empresa ul.proceso li span.fabricacion,
section#servicios ul.proceso li span.fabricacion {
    background-image: url("img/ic-fabricacion.svg");
}
section#empresa ul.proceso li span.calidad,
section#servicios ul.proceso li span.calidad {
    background-image: url("img/ic-calidad-2.svg");
}
section#empresa ul.proceso li span.logistica,
section#servicios ul.proceso li span.logistica {
    background-image: url("img/ic-logistica.svg");
}
section#empresa ul.proceso li span.idi,
section#servicios ul.proceso li span.idi {
    background-image: url("img/ic-idi.svg");
}
section#empresa ul.proceso li span.proyectos,
section#servicios ul.proceso li span.proyectos {
    background-image: url("img/ic-proyectos.svg");
}
section#empresa ul.proceso li span.ventas,
section#servicios ul.proceso li span.ventas {
    background-image: url("img/ic-ventas.svg");
}
section#empresa ul.proceso li span.instalacion,
section#servicios ul.proceso li span.instalacion {
    background-image: url("img/ic-instalacion.svg");
}
section#empresa ul.proceso li span.ingenieria,
section#servicios ul.proceso li span.ingenieria {
    background-image: url("img/ic-ingenieria.svg");
}
section#empresa ul.proceso li span.montaje,
section#servicios ul.proceso li span.montaje {
    background-image: url("img/ic-montaje.svg");
}
section#empresa ul.proceso li span.revision,
section#servicios ul.proceso li span.revision {
    background-image: url("img/ic-revision.svg");
}
section#empresa ul.proceso li span.mantenimiento,
section#servicios ul.proceso li span.mantenimiento {
    background-image: url("img/ic-mantenimiento.svg");
}
section#empresa ul.proceso li p,
section#servicios ul.proceso li p {
    max-width: 130px;
}
section#empresa .intereses,
section#servicios .intereses {
    padding: 20px 0px 30px;
}
section#empresa .intereses p,
section#servicios .intereses p {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}
section#empresa .intereses div.row div:first-child,
section#servicios .intereses div.row div:first-child {
    /*display:table;*/
}
section#empresa .intereses div.row div:first-child ul.proceso,
section#servicios .intereses div.row div:first-child ul.proceso {
    /*display: table-row;*/
}
section#empresa .intereses div.row div:first-child ul.proceso li,
section#servicios .intereses div.row div:first-child ul.proceso li {
    width: calc(100% / 3);
    /*display: table-cell;*/
    margin: 0 auto;
}
section#empresa .intereses div.row div:first-child ul.proceso li span.empresa,
section#servicios .intereses div.row div:first-child ul.proceso li span.empresa {
    background-image: url("img/ic-empresa.svg");
}
section#empresa .intereses div.row div:first-child ul.proceso li span.arania,
section#servicios .intereses div.row div:first-child ul.proceso li span.arania {
    background-image: url("img/ic-arania.svg");
}
section#empresa .intereses div.row div:first-child ul.proceso li span.idi-2,
section#servicios .intereses div.row div:first-child ul.proceso li span.idi-2 {
    background-image: url("img/ic-idi-2.svg");
}
section#empresa .intereses div.row div:first-child ul.proceso li span.calidad-2,
section#servicios .intereses div.row div:first-child ul.proceso li span.calidad-2 {
    background-image: url("img/ic-calidad.png");
}
section#empresa .intereses div.row div:first-child ul.proceso li p,
section#servicios .intereses div.row div:first-child ul.proceso li p {
    font-size: 22px /*@i*/;
    max-width: 100%;
}
section#empresa .datos .dato,
section#servicios .datos .dato {
    float: left;
    width: 20%;
    text-align: center;
    margin: auto;
}
section#empresa .datos .dato div,
section#servicios .datos .dato div {
    font-weight: 700;
    font-size: 18px;
    color: #454545;
}
section#empresa .datos .dato div img,
section#servicios .datos .dato div img {
    display: block;
    padding-bottom: 30px;
    margin: auto;
    height: 83px;
}
section#empresa .datos .dato div .numero,
section#servicios .datos .dato div .numero {
    display: block;
    font-size: 40px;
    font-weight: normal;
    font-family: 'Open Sans';
}
section#empresa .datos .dato div .numero .signo,
section#servicios .datos .dato div .numero .signo {
    font-size: 30px;
}
section#empresa .empresas,
section#servicios .empresas {
    margin-top: 40px;
    margin-bottom: 30px;
}
section#empresa .empresas a,
section#servicios .empresas a {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
section#empresa .empresas a:before,
section#servicios .empresas a:before {
    content: '';
    display: block;
    margin-top: 100%;
}
section#empresa .empresas a .inner,
section#servicios .empresas a .inner {
    display: block;
    background-color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
section#empresa .empresas a .inner img,
section#servicios .empresas a .inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    padding: 0 15px;
}
section#empresa .hitos,
section#servicios .hitos {
    background-image: url('../gestor/recursos/uploads/imagenes/empresa/hitos/bg-hitos.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 95px;
    padding-bottom: 160px;
}
section#empresa .hitos .info,
section#servicios .hitos .info {
    max-width: 774px;
    margin: auto;
}
section#empresa .hitos .info .anios,
section#servicios .hitos .info .anios {
    /*overflow: scroll;*/
    padding-bottom: 30px;
}
section#empresa .hitos .info .anios ul,
section#servicios .hitos .info .anios ul {
    text-align: center;
    min-height: 58px;
}
section#empresa .hitos .info .anios ul li,
section#servicios .hitos .info .anios ul li {
    margin: auto;
    display: inline-block;
}
section#empresa .hitos .info .anios ul li a,
section#servicios .hitos .info .anios ul li a {
    background-color: #6f6f6f;
    color: #FFFFFF;
    display: block;
    width: 50px;
    line-height: 46px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    font-family: 'Open Sans';
    font-size: 16px;
    font-wegiht: 600;
    transition: all 0.3s ease-out;
}
section#empresa .hitos .info .anios ul li a.active,
section#servicios .hitos .info .anios ul li a.active,
section#empresa .hitos .info .anios ul li a:hover,
section#servicios .hitos .info .anios ul li a:hover {
    background-color: #8f1702;
    border: 4px solid #ffffff;
    line-height: 47px;
    width: 55px;
}
section#empresa .hitos .info .panel,
section#servicios .hitos .info .panel {
    position: relative;
    padding: 25px 50px;
    margin-bottom: 0px;
}
section#empresa .hitos .info .panel .anio #anio,
section#servicios .hitos .info .panel .anio #anio {
    background-color: #8f1702;
    color: #ffffff;
    width: 60px;
    border: 10px solid #ffffff;
    border-radius: 100%;
    line-height: 40px;
    position: absolute;
    top: -2px;
    left: -30px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 11px;
    font-wegiht: 600;
}
section#empresa .hitos .info .panel .texto,
section#servicios .hitos .info .panel .texto {
    position: relative;
    left: 0px;
    opacity: 1;
    transition: all 0.3s ease-in;
}
section#empresa .hitos .info .panel .texto.moviendo,
section#servicios .hitos .info .panel .texto.moviendo {
    left: -60px;
    opacity: 0;
}
section#empresa .hitos .info .panel .texto:not(.active),
section#servicios .hitos .info .panel .texto:not(.active) {
    display: none;
}
section#empresa .hitos .info .panel .texto ul,
section#servicios .hitos .info .panel .texto ul {
    margin-left: 30px;
    padding-top: 20px;
}
section#empresa .hitos .info .panel .texto ul li,
section#servicios .hitos .info .panel .texto ul li {
    list-style-type: circle;
    padding-bottom: 18px;
}
section#empresa .hitos .info .panel .texto ul li strong,
section#servicios .hitos .info .panel .texto ul li strong {
    font-weight: 700;
}
section#clientes .navegacion a {
    display: block;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
section#clientes .descripcion {
    padding-bottom: 65px;
}
section#clientes .descripcion .inner {
    background: #ffffff;
    padding: 30px 15px 65px 15px;
    border-radius: 8px;
}
section#clientes .tabla {
    padding-bottom: 30px;
}
section#clientes .tabla h4 {
    margin-bottom: 0px;
    background-color: #dbdbdb;
    color: #454545;
    text-align: center;
    font-size: 24px;
    padding: 10px;
}
section#clientes .tabla a {
    display: inline-block;
    width: 20%;
    float: left;
    border-bottom: 1px dotted #a8a8a8;
    border-left: 1px dotted #a8a8a8;
    height: 200px;
    position: relative;
}
section#clientes .tabla a:last-child {
    border-right: 1px dotted #a8a8a8;
}
section#clientes .tabla a:nth-child(5n) {
    border-right: 1px dotted #a8a8a8;
}
section#clientes .tabla a img {
    max-width: 95%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section#clientes .tabla a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
section#clientes .tabla.relacionados h3 {
    font-size: 26;
    font-weight: bold;
    padding-top: 45px;
}
section#clientes .tabla.relacionados p {
    padding-top: 20px;
    font-size: 23px;
    color: #545454;
}
section#clientes .tabla.relacionados .logos {
    margin-top: 40px;
}
section#clientes .tabla.relacionados .logos a {
    width: 16.6%;
}
section#clientes .tabla.relacionados .logos a:nth-child(-n+6) {
    border-top: 1px dotted #a8a8a8;
}
section#clientes .tabla.relacionados .logos a:nth-child(5n) {
    border-right: none;
}
section#clientes .tabla.relacionados .logos a:nth-child(6n) {
    border-right: 1px dotted #a8a8a8;
}
section#noticias h5 span a {
    margin-right: 10px;
}
section#noticias .faldon {
    border-bottom: none;
}
section#noticias .franja.destacado {
    text-align: left;
}
section#noticias .franja.destacado h1 {
    font-size: 45px;
    margin-bottom: 25px;
}
section#noticias .franja.destacado p {
    font-size: 18px;
}
section#noticias .franja.noticias {
    padding-bottom: 40px;
}
section#noticias .franja.noticias .noticia {
    padding: 55px 20px 20px;
    background: #ffffff;
    color: #000000;
    border: none;
    margin-bottom: 45px;
}
section#noticias .franja.noticias .noticia:before {
    left: 32px;
}
section#noticias .franja.noticias .noticia .fecha {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 13px;
    color: #888888;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #d1d1d1;
}
section#noticias .franja.noticias .noticia .fecha:before {
    content: url(img/ic-calendario.png);
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 11px;
    width: 20px;
}
section#noticias .franja.noticias .noticia .titulo {
    font-size: 18px;
    font-weight: 700;
}
section#noticias .franja.noticias .noticia img {
    width: 100%;
    max-width: 100%;
    margin: 18px 0;
}
section#noticias .franja.noticias .noticia .resumen {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 100px;
}
section#noticias .franja.noticias .noticia .pie {
    margin-top: 20px;
    padding-top: 13px;
    border-top: 1px solid #d1d1d1;
}
section#noticias .franja.noticias .noticia .pie .enlace {
    display: inline-block;
    padding: 10px 21px 8px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #6f6f6f;
}
section#noticias .franja.noticias .noticia .pie .enlace:hover {
    background-color: #c3002f;
}
section#noticias .franja.noticias .noticia .pie .rrss {
    float: right;
    color: #b3b3b3;
    text-align: center;
}
section#noticias .franja.noticias .noticia .pie .rrss:after {
    clear: both;
}
section#noticias .franja.noticias .noticia .pie .rrss a {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 100%;
    border: 2px solid #b3b3b3;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 19px;
    line-height: 30px;
}
section#noticias .franja.noticias .noticia .pie .rrss a:hover {
    border: 2px solid #c3002f;
}
section#noticias .franja.noticias .noticia.completa .pie-imagen {
    margin-top: -10px;
    font-style: italic;
    font-weight: 500;
}
section#noticias .franja.noticias .noticia.completa p {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
}
section#noticias .franja.noticias .noticia.completa p.subtitulo {
    font-weight: 600;
}
section#noticias .franja.noticias .noticia.completa p a {
    text-decoration: underline;
}
section#noticias .franja.noticias .noticia.completa .pie {
    margin-top: 170px;
}
section#noticias .franja.noticias .noticia.completa .pie p {
    font-size: 18px;
    font-weight: 400;
}
section#noticias .franja.noticias .noticia.completa .pie .rrss {
    float: none;
    text-align: left;
}
section#noticias .franja.noticias .columna-der .panel {
    padding: 27px 30px;
    position: relative;
    border-radius: 0px;
}
section#noticias .franja.noticias .columna-der .panel:before {
    content: ' ';
    display: block;
    margin-bottom: 25px;
}
section#noticias .franja.noticias .columna-der .panel:not(.relacionadas) p {
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 16px;
}
section#noticias .franja.noticias .columna-der .panel:not(.relacionadas) p.titulo {
    font-size: 36px;
    font-weight: 400;
}
section#noticias .franja.noticias .columna-der .panel:not(.relacionadas) p a {
    text-decoration: underline;
}
section#noticias .franja.noticias .columna-der .panel.rrss {
    background-image: url(img/bg-redes.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
section#noticias .franja.noticias .columna-der .panel.rrss:before {
    content: url(img/ic-redes.png);
}
section#noticias .franja.noticias .columna-der .panel.rrss ul.redes {
    text-align: left;
    margin-top: 35px;
}
section#noticias .franja.noticias .columna-der .panel.rrss ul.redes li {
    padding-left: 0px;
    padding-right: 5px;
}
section#noticias .franja.noticias .columna-der .panel.newsletter {
    background-image: url(img/bg-news.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
section#noticias .franja.noticias .columna-der .panel.newsletter:before {
    content: url(img/ic-news.png);
    margin-top: 40px;
}
section#noticias .franja.noticias .columna-der .panel.newsletter form input[type="text"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    margin-bottom: 15px;
    padding: 4px 10px;
}
section#noticias .franja.noticias .columna-der .panel.newsletter form input[type="checkbox"] {
    float: left;
}
section#noticias .franja.noticias .columna-der .panel.newsletter form input[type="submit"] {
    clear: both;
    display: block;
    background: #c3002f;
    color: #ffffff;
    margin-top: 15px;
    padding: 11px 23px 8px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
}
section#noticias .franja.noticias .columna-der .panel.newsletter form label {
    display: inline;
    font-weight: 200;
    color: #ffffff;
    padding-left: 5px;
}
section#noticias .franja.noticias .columna-der .panel.categorias {
    background-color: #453235;
}
section#noticias .franja.noticias .columna-der .panel.categorias:before {
    content: url(img/ic-categorias.png);
}
section#noticias .franja.noticias .columna-der .panel.categorias ul {
    list-style-type: none;
}
section#noticias .franja.noticias .columna-der .panel.categorias ul li a {
    display: block;
    width: 100%;
    color: #575757;
    background-color: #f1f2f2;
    margin-bottom: 15px;
    padding: 7px 15px 5px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: inset 0 -7px 11px -7px rgba(0, 0, 0, 0.4);
}
section#noticias .franja.noticias .columna-der .panel.categorias ul li a:hover,
section#noticias .franja.noticias .columna-der .panel.categorias ul li a.active {
    background-color: #db2503;
    color: #ffffff;
    box-shadow: inset 0 -7px 11px -7px rgba(0, 0, 0, 0.7);
}
section#noticias .franja.noticias .columna-der .panel.categorias ul li a.active:after {
    content: url(img/ic-cerrar.png);
    display: inline-block;
    float: right;
}
section#noticias .franja.noticias .columna-der .panel.prensa {
    background-image: url(img/bg-prensa.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
section#noticias .franja.noticias .columna-der .panel.prensa:before {
    content: url(img/ic-prensa.png);
}
section#noticias .franja.noticias .columna-der .panel.dossier {
    background-color: #9f1630;
}
section#noticias .franja.noticias .columna-der .panel.dossier:before {
    content: url(img/ic-dossier.png);
}
section#noticias .franja.noticias .columna-der .panel.dossier p.titulo {
    font-size: 22px;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas {
    padding-top: 65px;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    min-height: auto;
    text-shadow: none;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque {
    margin-bottom: 16px;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque .fecha {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    margin-bottom: 6px;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque .fecha:before {
    content: url(img/ic-calendario2.png);
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque p {
    margin-bottom: 0px;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque .titulo {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque .resumen {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque img {
    margin-top: 10px;
}
section#noticias .franja.noticias .columna-der .panel.relacionadas .bloque a {
    display: inline-block;
    background: #545454;
    color: #ffffff;
    margin-top: 15px;
    padding: 11px 23px 8px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
}
section#noticias .franja.noticias .info-noticia {
    background-color: #ffffff;
    color: #000000;
}
section#contacto h1,
section#distribuidores h1 {
    margin-top: 37px;
    margin-bottom: 23px;
    font-size: 45px;
}
section#contacto h2,
section#distribuidores h2 {
    margin-top: 45px;
    font-size: 36px;
}
section#contacto h3,
section#distribuidores h3 {
    font-size: 24px;
}
section#contacto .faldon,
section#distribuidores .faldon {
    border-bottom: none;
}
section#contacto .formulario p,
section#distribuidores .formulario p {
    font-size: 18px;
    max-width: 75%;
}
.formulario .condiciones p {
    max-width: 100% !important;
}
section#contacto .formulario.auto form select,
section#distribuidores .formulario.auto form select {
    width: 100%;
    margin-right: 0px;
}
section#contacto .formulario.auto form input[type="text"],
section#distribuidores .formulario.auto form input[type="text"] {
    width: 100%;
    margin-right: 0px;
}
section#contacto .formulario.auto form textarea,
section#distribuidores .formulario.auto form textarea {
    width: 100%;
    margin-right: 0px;
}
section#contacto .formulario form,
section#distribuidores .formulario form {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}
section#contacto .formulario form select,
section#distribuidores .formulario form select {
    display: block;
    width: 49%;
    margin-bottom: 20px;
    padding: 5px 15px;
    clear: both;
}
section#contacto .formulario form input[type="text"],
section#distribuidores .formulario form input[type="text"] {
    display: block;
    width: 47%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 5px 15px;
    border: 1px solid #bebebe;
    border-radius: 3px;
}
section#contacto .formulario form textarea,
section#distribuidores .formulario form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    margin-bottom: 20px;
    padding: 5px 15px;
    border: 1px solid #bebebe;
    border-radius: 3px;
    clear: both;
}
section#contacto .formulario form .condiciones,
section#distribuidores .formulario form .condiciones {
    /*text-align: center;*/
    padding:10px;
}
section#contacto .formulario form .condiciones label,
section#distribuidores .formulario form .condiciones label {
    font-weight: 500;
}
section#contacto .formulario form .condiciones label a,
section#distribuidores .formulario form .condiciones label a {
    font-weight: 700;
}
section#contacto .formulario form button,
section#distribuidores .formulario form button {
    display: block;
    margin: 20px auto;
    background-color: #545454;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 13px 27px;
}
section#contacto .reclamos,
section#distribuidores .reclamos {
    padding-bottom: 30px;
}
section#contacto .reclamos .panel,
section#distribuidores .reclamos .panel {
    padding: 26px 40px 35px;
    border-radius: 0px;
    margin-bottom: 6px;
}
section#contacto .reclamos .panel.telefono,
section#distribuidores .reclamos .panel.telefono {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
section#contacto .reclamos .panel.telefono .numero,
section#distribuidores .reclamos .panel.telefono .numero {
    font-family: 'Open Sans';
    font-size: 40px;
    font-weight: 600;
    color: #454545;
}
section#contacto .reclamos .panel.caracteristicas,
section#distribuidores .reclamos .panel.caracteristicas {
    /*background-image: url(img/bg-contacto.png);*/
    /*background-position: bottom right;*/
    /*background-repeat: no-repeat;*/
    position: relative;
}
section#contacto .reclamos .panel.caracteristicas:before,
section#distribuidores .reclamos .panel.caracteristicas:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url('img/bg-contacto.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.4;
}
section#contacto .reclamos .panel.caracteristicas ul,
section#distribuidores .reclamos .panel.caracteristicas ul {
    padding-top: 15px;
}
section#contacto .reclamos .panel.caracteristicas ul li,
section#distribuidores .reclamos .panel.caracteristicas ul li {
    font-size: 20px;
    color: #545454;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    text-shadow: 0 0 1px #fff;
}
section#contacto .reclamos .panel.caracteristicas ul li:before,
section#distribuidores .reclamos .panel.caracteristicas ul li:before {
    content: '';
    display: block;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url('img/ic-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
section#contacto .buscador,
section#distribuidores .buscador {
    padding-top: 20px;
    padding-bottom: 20px;
}
section#contacto .buscador p,
section#distribuidores .buscador p {
    display: inline-block;
    width: 40%;
    float: left;
    padding-right: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #454545;
}
section#contacto .buscador form,
section#distribuidores .buscador form {
    display: inline-block;
    width: 60%;
    padding-top: 2px;
}
section#contacto .buscador form select,
section#distribuidores .buscador form select {
    width: 35%;
    float: left;
    margin-right: 5%;
    padding: 5px 15px;
}
section#contacto .buscador form .espacio,
section#distribuidores .buscador form .espacio {
    display: inline-block;
    width: 35%;
    float: left;
    margin-right: 5%;
}
section#contacto .buscador form button,
section#distribuidores .buscador form button {
    width: 20%;
    float: left;
    background-color: #545454;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 4px 27px;
}
section#contacto .delegaciones,
section#distribuidores .delegaciones {
    padding-bottom: 30px;
}
section#contacto .delegaciones.distribuidores .panel-txt,
section#distribuidores .delegaciones.distribuidores .panel-txt {
    padding-top: 25px;
}
section#contacto .delegaciones.distribuidores .panel-txt:before,
section#distribuidores .delegaciones.distribuidores .panel-txt:before {
    content: none;
}
section#contacto .delegaciones iframe,
section#distribuidores .delegaciones iframe {
    max-width: 100%;
    height: 485px !important;
}
section#contacto .delegaciones h3,
section#distribuidores .delegaciones h3 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #454545;
}
section#contacto .delegaciones .panel-txt,
section#distribuidores .delegaciones .panel-txt {
    margin-bottom: 22px;
    padding: 50px 25px 0px 25px;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.2;
    min-height: 333px;
}

section#distribuidores .distribuidores .panel-txt {
    min-height: 430px;
}

section#contacto .delegaciones .panel-txt:before,
section#distribuidores .delegaciones .panel-txt:before {
    top: -2px;
    left: 25px;
}
section#contacto .delegaciones .panel-txt span,
section#distribuidores .delegaciones .panel-txt span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
section#contacto .delegaciones .panel-txt a.ver,
section#distribuidores .delegaciones .panel-txt a.ver {
    color: #c3002f;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}
section#contacto .delegaciones .panel-txt .logo,
section#distribuidores .delegaciones .panel-txt .logo {
    margin-bottom: 20px;
}
section#contacto .delegaciones .panel-txt .localidad,
section#distribuidores .delegaciones .panel-txt .localidad {
    margin-bottom: 20px;
}
section#contacto .delegaciones .panel-txt .localidad span,
section#distribuidores .delegaciones .panel-txt .localidad span {
    font-size: 18px;
    font-weight: 600;
}
section#contacto .delegaciones .panel-txt .localidad span strong,
section#distribuidores .delegaciones .panel-txt .localidad span strong {
    font-size: 20px;
    font-weight: 700;
}
section#contacto .delegaciones .panel-txt .direccion,
section#distribuidores .delegaciones .panel-txt .direccion {
    margin-bottom: 15px;
}
section#contacto .delegaciones .panel-txt .contacto,
section#distribuidores .delegaciones .panel-txt .contacto {
    margin-top: 15px;
    margin-bottom: 35px;
}
section#contacto .delegaciones .panel-txt .contacto a,
section#distribuidores .delegaciones .panel-txt .contacto a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}
section#contacto .delegaciones .panel-txt .contacto a:before,
section#distribuidores .delegaciones .panel-txt .contacto a:before {
    content: ' ';
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 2px;
}
section#contacto .delegaciones .panel-txt .contacto a.tel,
section#distribuidores .delegaciones .panel-txt .contacto a.tel {
    font-family: 'Open Sans';
}
section#contacto .delegaciones .panel-txt .contacto a.tel:before,
section#distribuidores .delegaciones .panel-txt .contacto a.tel:before {
    content: url('img/ic-telefono.png');
}
section#contacto .delegaciones .panel-txt .contacto a.email:before,
section#distribuidores .delegaciones .panel-txt .contacto a.email:before {
    content: url('img/ic-email.png');
}
section#contacto .delegaciones .panel-txt .contacto a.direccion:before,
section#distribuidores .delegaciones .panel-txt .contacto a.direccion:before {
    content: url('img/ic-direccion.png');
}
section#contacto .delegaciones .panel-txt .pie,
section#distribuidores .delegaciones .panel-txt .pie {
    margin-top: 20px;
    padding-top: 13px;
    border-top: 1px solid #d1d1d1;
}
section#contacto .delegaciones .panel-txt .pie a.enlace,
section#distribuidores .delegaciones .panel-txt .pie a.enlace {
    display: inline-block;
    padding: 10px 21px 8px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #6f6f6f;
}
section#contacto .delegaciones .panel-txt .pie a.enlace:hover,
section#distribuidores .delegaciones .panel-txt .pie a.enlace:hover {
    background-color: #c3002f;
}
section#contacto .distribuidor,
section#distribuidores .distribuidor {
    background-image: url('../gestor/recursos/uploads/imagenes/bg-claim-distribuidor.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#contacto .distribuidor .contenido,
section#distribuidores .distribuidor .contenido {
    width: 510px;
    max-width: 100%;
    margin: auto;
    padding: 25px 0;
    color: #ffffff;
}
section#contacto .distribuidor .contenido h3,
section#distribuidores .distribuidor .contenido h3 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
section#contacto .distribuidor .contenido p,
section#distribuidores .distribuidor .contenido p {
    font-size: 28px;
}
section#contacto .distribuidor .contenido a,
section#distribuidores .distribuidor .contenido a {
    display: inline-block;
    color: #ffffff;
    background: #c3002f;
    padding: 11px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
}
section#contacto .ventajas,
section#distribuidores .ventajas {
    padding-top: 50px;
}
section#contacto .ventajas .ventaja,
section#distribuidores .ventajas .ventaja {
    text-align: left;
    margin-bottom: 50px;
}
section#contacto .ventajas .ventaja span,
section#distribuidores .ventajas .ventaja span {
    font-size: 18px;
}
section#contacto .ventajas .ventaja img,
section#distribuidores .ventajas .ventaja img {
    padding-right: 30px;
    display: inline-block;
    float: left;
}
section#contacto .destacado2 {
    padding-bottom: 30px;
}
section#contacto .destacado2 p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
}
section#contacto .destacado2 p a.ver {
    color: #c3002f;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}
section#contacto .titulo2 {
    text-align: center;
}
section#contacto .titulo2 h3 {
    font-size: 28px;
}
section#contacto .destacado.claro {
    background-color: #fff;
}
section#contacto .destacado.claro p {
    text-align: center;
}
section#contacto .caracteristicas {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
/*BLOG*/

section#blog .faldon {
    border-bottom: none;
}
section#blog .franja .cabecera {
    text-align: center;
    padding: 20px 0 20px;
}
section#blog .franja .cabecera img {
    margin-bottom: 10px;
    margin-right: 10px;
}
section#blog .franja .cabecera ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 0px;
}
section#blog .franja .cabecera ul > li {
    padding: 0 10px;
    margin-bottom: 10px;
}
section#blog .franja .cabecera ul > li > a {
    padding-bottom: 3px;
    border-bottom: solid 1px transparent;
}
section#blog .franja .cabecera ul > li > a:hover,
section#blog .franja .cabecera ul > li > a.active {
    color: #000000;
    font-weight: bold;
    border-color: #c3002f;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section#blog .franja .resumen {
    display: flex;
    flex-flow: row nowrap;
    padding: 30px 0 30px;
    margin-right: 35px;
    border-bottom: solid 1px #d1d1d1;
}
section#blog .franja .resumen .img {
    width: 300px;
    margin-right: 70px;
}
section#blog .franja .resumen .txt {
    width: calc(100% - 370px);
}
section#blog .franja .resumen .txt h2 {
    font-size: 18px;
}
section#blog .franja .resumen .txt ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
section#blog .franja .resumen .txt ul.top {
    color: #888888;
    margin-bottom: 30px;
}
section#blog .franja .resumen .txt ul.top > li:first-child {
    margin-right: 30px;
}
section#blog .franja .resumen .txt ul.bottom {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 55px 0 30px;
}
section#blog .franja .resumen .txt ul.bottom > li > a.boton {
    width: initial;
    height: initial;
    padding: 10px 21px 8px;
    margin: 0px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #c3002f;
    border: none;
}
section#blog .franja .resumen .txt ul.bottom > li > a.fa {
    color: #b3b3b3;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
}
section#blog .franja .resumen .txt ul.bottom > li > a.fa:hover {
    color: #c3002f;
    border-color: #c3002f;
}
section#blog .franja .resumen .txt ul.bottom > li > a.fa.fa-facebook:hover {
    color: #3b5998;
    border-color: #3b5998;
}
section#blog .franja .resumen .txt ul.bottom > li > a.fa.fa-twitter:hover {
    color: #55acee;
    border-color: #55acee;
}
section#blog .franja .resumen .txt ul.bottom > li > a.fa.fa-linkedin:hover {
    color: #007bb5;
    border-color: #007bb5;
}
section#blog .franja .resumen .txt ul.bottom > li > a.fa.fa-youtube:hover {
    color: #bb0000;
    border-color: #bb0000;
}
section#blog .franja .resumen .txt ul.bottom > li:last-child {
    margin-right: 0px;
    margin-left: auto;
}
section#blog .franja .resumen .txt ul > li {
    margin-right: 10px;
}
section#blog .franja .resumen .txt ul > li > a {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
section#blog .franja .resumen .txt ul > li > a > span {
    color: #c3002f;
}
section#blog .franja .col-der div {
    padding: 40px 0px 20px;
    border-bottom: 1px solid #d1d1d1;
}
section#blog .franja .col-der div:first-of-type {
    padding-top: 15px;
}
section#blog .franja .col-der h3 {
    font-size: 26px;
    color: #8f1702;
    margin-bottom: 35px;
}
section#blog .franja .col-der ul {
    display: flex;
    flex-flow: row wrap;
}
section#blog .franja .col-der ul.tags > li {
    margin-right: 15px;
    margin-bottom: 5px;
}
section#blog .franja .col-der ul.tags > li span {
    color: #c3002f;
}
section#blog .franja .col-der ul.entradas {
    font-size: 16px;
    flex-flow: column nowrap;
}
section#blog .franja .col-der ul.entradas > li {
    margin-bottom: 25px;
}
section#blog .franja .col-der ul.entradas > li a {
    display: flex;
    flex-flow: row nowrap;
}
section#blog .franja .col-der ul.entradas > li a img {
    margin-right: 15px;
    width: 88px;
    height: 58px;
}
section#blog .franja .col-der ul.archivo {
    flex-flow: column nowrap;
    font-size: 15px;
}
section#blog .franja .col-der ul.archivo > li {
    margin-bottom: 5px;
}
section#blog .franja .entrada {
    margin-top: 15px;
    padding: 10px 40px;
    background-color: #ffffff;
}
section#blog .franja .entrada .titular {
    padding: 48px 25px 15px;
    position: relative;
    background-color: #343434;
}
section#blog .franja .entrada .titular .icono {
    text-align: center;
    width: 59px;
    height: 43px;
    padding: 6px;
    background-image: url('img/ic-tag-red.svg');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: 25px;
}
section#blog .franja .entrada .titular .fecha {
    color: #b3b3b3;
    position: absolute;
    top: 15px;
    right: 25px;
}
section#blog .franja .entrada .titular .fecha img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
section#blog .franja .entrada .titular .h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    clear: both;
    margin: 0px 0px 5px
}
section#blog .franja .entrada .imagen {
    padding: 10px 0 40px;
}
section#blog .franja .entrada .imagen img {
    width: 100%;
}
section#blog .franja .entrada .foot {
    margin-top: 150px;
    padding: 15px 20px 5px;
    background-color: #ededed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section#blog .franja .entrada .foot ul.redes {
    display: inline-block;
}
section#blog .franja .entrada .foot ul.redes li {
    padding-right: 5px;
    padding-left: 0px;
}
section#blog .franja .entrada .foot ul.redes li a {
    color: #343434;
    border-color: #343434;
}
section#blog .franja .entrada .foot ul.redes li a:hover {
    color: #c3002f;
    border-color: #c3002f;
    background: transparent;
}
section#blog .franja .entrada .foot ul.redes li a.fa-facebook:hover {
    color: #3b5998;
    border-color: #3b5998;
}
section#blog .franja .entrada .foot a.volver {
    margin-bottom: 10px;
}
section#blog .franja:last-of-type {
    padding-bottom: 40px;
}

section#blog .franja h1{
    margin-bottom:0px;
}
/*FIN BLOG*/

footer {
    color: #ffffff;
    padding: 40px 0px 10px;
    background-color: #2d3032;
}
footer ul.redes {
    margin: 30px 0 0;
}
footer hr {
    margin: 15px 0px;
}
footer ul {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 30px;
    display: table;
}
footer ul li {
    display: block;
    padding-left: 10px;
    padding-bottom: 5px;
}
footer ul li:first-child {
    padding-left: 0px;
}
footer ul li:first-child span {
    font-size: 16px;
    font-weight: 700;
}
footer ul li a:hover {
    color: #aaa;
}
footer p {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
}
footer p span {
    color: #c3002f;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    #head-mobile {
        display: none;
    }
}
@media screen and (max-width: 1250px) {
    section .claims [class*="col-"] form.styled button {
        position: relative;
        /*top: 50px;*/
        margin-top: 50px;
    }
}
@media screen and (max-width: 1000px) {
    section#empresa .datos .dato div .numero {
        font-size: 30px;
    }
}
@media screen and (max-width: 1229px) {
    section#contacto .buscador form button i {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
    header #header #topbar > ul > li span {
        font-size: 14px;
    }
    header #header #topbar > ul > li.email a,
    header #header #topbar > ul > li.tfno a {
        padding-left: 35px;
    }
    header #header #topbar > ul > li.email a:before,
    header #header #topbar > ul > li.tfno a:before {
        width: 39px;
        height: 30px;
    }
    header #header #topbar > ul > li.email a:after,
    header #header #topbar > ul > li.tfno a:after {
        width: 23px;
        height: 20px;
        left: 8px;
        top: 4px;
    }
    header #header #topbar > ul > li ul#idiomas > li > a {
        font-size: 12px;
        line-height: 26px;
        width: 28px;
        color: #a9a9a9;
    }
    header #header #topbar > ul > li ul#idiomas > li > a:before {
        width: 28px;
        height: 28px;
    }
    header #header #main h1 a img {
        height: 55px;
    }
    header #header #main .navbar ul#menu.nav.navbar-nav li a {
        font-size: 12px;
        padding: 0px 5px 5px;
    }
    section .franja.contador [class*="col-"]:last-of-type ul li span {
        font-size: 44px;
    }
    section .banners [class*="col-"].banner {
        min-height: 400px;
    }
    section .dudas {
        font-size: 22px;
    }
    section .dudas p:first-of-type {
        font-size: 34px;
    }
    section#sistemas .panel {
        font-size: 16px;
        min-height: 420px;
    }

    section#blog .franja .resumen .franja .container .col-sm-9 {
        padding-right: 15px;
    }    
    section#blog .franja .resumen .img {
        width: 260px;
        margin-right: 50px;
    }
    section#blog .franja .resumen .img {
        width: calc(~'100% - 310px');
    }

    section#sistemas .panel p {
        width: 100%;
    }
    #recaptcha0 {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media screen and (max-width: 991px) {
    h1,
    h2 {
        font-size: 35px;
    }
    header #header #topbar > ul > li span {
        font-size: 11px;
    }
    header #header #topbar > ul > li.email a,
    header #header #topbar > ul > li.tfno a {
        padding-left: 30px;
    }
    header #header #topbar > ul > li.email a span,
    header #header #topbar > ul > li.tfno a span {
        padding: 5px 5px;
    }
    header #header #topbar > ul > li.email a:before,
    header #header #topbar > ul > li.tfno a:before {
        width: 30px;
        height: 25px;
    }
    header #header #topbar > ul > li.email a:after,
    header #header #topbar > ul > li.tfno a:after {
        width: 19px;
        height: 16px;
        left: 5px;
        top: 3px;
    }
    header #header #main .navbar ul#menu.nav.navbar-nav li a {
        font-size: 10px;
        padding: 0px 2px 5px;
    }
    section .franja.contador [class*="col-"]:first-of-type p {
        font-size: 26px;
    }
    section .franja.contador [class*="col-"]:last-of-type ul li span {
        font-size: 34px;
    }
    section .destacado p {
        font-size: 20px;
    }
    section .claims [class*="col-"] span {
        font-size: 32px;
    }
    section .claims .col-sm-6.email {
        padding-left: 0px;
    }
    section ul.proceso li p {
        font-size: 12px;
    }
    section ul.proceso li:after {
        font-size: 40px;
        right: -5px;
        top: 15px;
    }
    section#inicio .panel:hover .fondo:before {
        bottom: 30%;
    }
    section#noticias .franja.noticias .paginador .izquierda,
    section#noticias .franja.noticias .paginador .derecha,
    section#noticias .franja.noticias .paginador ul {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    section#noticias .franja.noticias .paginador ul {
        margin-bottom: 0px;
    }
    section#noticias .franja.noticias .paginador ul li {
        margin-bottom: 10px;
    }
    section#empresa .hitos .info {
        width: 97%;
        padding-left: 30px;
    }
    section#contacto .buscador form button i,
    section#distribuidores .buscador form button i {
        display: block;
    }
    section#contacto .buscador form button span,
    section#distribuidores .buscador form button span {
        display: none;
    }
    section#blog .franja .resumen {
        flex-flow: row wrap;
    }
    section#blog .franja .resumen .img {
        width: auto;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    section#blog .franja .resumen .txt {
        width: auto;
    }
    section#blog .col-der ul.entradas > li a {
        flex-flow: column nowrap;
    }
    section#blog .col-der ul.entradas > li a img {
        margin-right: 0px;
        margin-bottom: 10px; 
    }

    #recaptcha0 {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media screen and (max-width: 770px) {
    section .claims [class*="col-"] span {
        margin-left: 20px;
    }
    section#empresa .datos .dato {
        width: 50%;
        margin-bottom: 40px;
    }
    #recaptcha0 {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    #categorias {
        display: none;
    }
    #categorias_movil {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    html {
        overflow: auto !important;
    }
    h1,
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 24px;
    }
    a.mas-info {
        font-size: 12px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9997;
    }
    header #header {
        display: none;
    }
    header #head-mobile {
        display: block;
        height: 65px;
    }
    header #head-mobile #title-mobile {
        height: 65px;
        padding: 10px 0px !important;
        position: fixed;
        top: 0px;
        left: 15px;
        right: 15px;
        z-index: 9999;
        bottom: auto;
        background-color: #ffffff;
        border-bottom: solid 1px #c3002f;
    }
    header #head-mobile #title-mobile .h1 {
        margin: 0px;
    }
    header #head-mobile #title-mobile .h1 a {
        text-align: left;
        display: block;
        margin: 0px auto;
        height: 45px;
    }
    header #head-mobile #title-mobile .h1 a img {
        height: 43px;
        width: auto;
    }
    header #head-mobile #title-mobile.fancybox-margin {
        margin-right: -15px !important;
    }
    header #head-mobile #title-mobile #nav-icon {
        width: 33px;
        height: 20px;
        position: relative;
        float: right;
        margin: 12px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    header #head-mobile #title-mobile #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #c3002f;
        opacity: 1;
        left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -ms-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    header #head-mobile #title-mobile #nav-icon span:nth-child(1) {
        top: 0px;
    }
    header #head-mobile #title-mobile #nav-icon span:nth-child(2),
    header #head-mobile #title-mobile #nav-icon span:nth-child(3) {
        top: 8px;
    }
    header #head-mobile #title-mobile #nav-icon span:nth-child(4) {
        top: 16px;
    }
    header #head-mobile #title-mobile #nav-icon.open span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    header #head-mobile #title-mobile #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header #head-mobile #title-mobile #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header #head-mobile #title-mobile #nav-icon.open span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    header #head-mobile #menu-mobile {
        display: block;
        overflow: auto;
        position: absolute;
        z-index: 9999;
        top: 65px;
        right: 0;
        left: 0;
        bottom: 0;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        height: 0px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    header #head-mobile #menu-mobile.on {
        opacity: 1;
        visibility: visible;
        height: calc(100vh - 65px);
    }
    header #head-mobile #menu-mobile ul {
        min-height: 100%;
        padding: 0px 0px;
        margin: 0px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header #head-mobile #menu-mobile ul > li {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        padding-left: 0px;
    }
    header #head-mobile #menu-mobile ul > li:before {
        content: '' !important;
    }
    header #head-mobile #menu-mobile ul > li > span {
        padding: 24px 0px;
        width: 100%;
        background: #ffffff;
        border-top: dotted 1px #000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }
    header #head-mobile #menu-mobile ul > li > span > a {
        font-weight: 600;
        font-size: 15px;
        line-height: 1;
        text-align: left;
        padding: 0 55px 0 20px;
        display: block;
        width: 100%;
        text-decoration: none;
    }
    header #head-mobile #menu-mobile ul > li > span > a.rotate.desplegable:before {
        content: '\f106';
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    header #head-mobile #menu-mobile ul > li > span > a.unico {
        width: 100% !important;
    }
    header #head-mobile #menu-mobile ul > li > span > a.unico.desplegable:before {
        width: 60px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    header #head-mobile #menu-mobile ul > li > span > a.active {
        font-weight: 600;
    }
    header #head-mobile #menu-mobile ul > li > span > a.desplegable {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0;
        padding: 0px;
        width: 55px;
        text-align: center;
        cursor: pointer;
        border-left: dotted 1px rgba(255, 255, 255, 0.6);
    }
    header #head-mobile #menu-mobile ul > li > span > a.desplegable:before {
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 22px;
        display: block;
        position: absolute;
        left: calc(50% - 7px);
        top: calc(50% - 11px);
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    header #head-mobile #menu-mobile ul > li > span > a.desplegable > i {
        line-height: 78px;
    }
    header #head-mobile #menu-mobile ul > li:hover > span > a.desplegable {
        background: none;
    }
    header #head-mobile #menu-mobile ul:first-of-type > li:first-of-type > span {
        border: none;
        /*
                                                            background-color: rgb(195, 0, 47);
                                                        color: #ffffff;
                                                        font-weight: bold;
                                                        font-size: 18px;*/
    }
    header #head-mobile #menu-mobile ul > li > ul,
    header #head-mobile #menu-mobile ul > li > ul > li > span {
        border-top: dotted 1px #000000;
    }
    header #head-mobile #menu-mobile ul > li > ul > li > span {
        height: 48px;
        background: #efefef;
    }
    header #head-mobile #menu-mobile ul > li > ul,
    header #head-mobile #menu-mobile ul > li > ul > li > ul,
    header #head-mobile #menu-mobile ul > li > ul > li > ul > li > ul {
        border-bottom: none;
        margin: 0;
        display: none;
    }
    header #head-mobile #menu-mobile ul > li > ul > li {
        line-height: 40px;
        font-size: 13px;
    }
    header #head-mobile #menu-mobile ul > li > ul > li:last-child {
        border-bottom: none;
    }
    header #head-mobile #menu-mobile ul > li > ul > li > span > a,
    header #head-mobile #menu-mobile ul > li > ul > li > ul > li > span > a {
        font-size: 13px;
        padding: 0px 55px 0 30px;
    }
    header #head-mobile #menu-mobile ul > li > ul > li > ul > li > span > a {
        padding: 0px 55px 0px 40px;
    }
    header #head-mobile #menu-mobile ul > li > ul > li > ul > li > ul > li > span > a {
        padding: 0px 55px;
    }
    header #head-mobile #menu-mobile ul > li.idioma {
        display: table;
        width: 100%;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
    }
    header #head-mobile #menu-mobile ul > li.idioma > span {
        background-color: #c3002f;
        padding: 0px;
        display: table-cell;
        vertical-align: middle;
        width: auto;
        text-align: center !important;
        margin: 0 auto;
        border: none;
    }
    header #head-mobile #menu-mobile ul > li.idioma > span > a {
        font-size: 16px;
        font-weight: normal;
        opacity: 0.8;
        display: inline-block;
        width: auto;
        padding: 15px 20px;
        color: #ffffff;
    }
    header #head-mobile #menu-mobile ul > li.idioma > span > a.active,
    header #head-mobile #menu-mobile ul > li.idioma > span > a:hover {
        font-weight: 800;
        opacity: 1;
        text-decoration: none;
    }
    header #head-mobile #menu-mobile ul li.redes span a {
        text-align: center;
        opacity: 1;
    }
    header #head-mobile #menu-mobile ul li.redes span a i {
        font-size: 20px;
        line-height: 28px;
        width: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #ededed;
    }
    header #head-mobile #menu-mobile ul li.redes span a i:before {
        position: relative;
        left: 1px;
    }
    header #head-mobile #menu-mobile ul li.foot a {
        font-size: 14px;
    }
    header #head-mobile #menu-mobile ul li.foot span {
        height: 48px;
        background: #f9f7f7;
    }
    header #head-mobile #menu-mobile ul li.foot span:first-of-type {
        background: #e6e6e6;
    }
    header #head-mobile #menu-mobile ul li.foot span:first-of-type,
    header #head-mobile #menu-mobile ul li.foot span:last-of-type {
        border-top-style: solid;
    }
    header #head-mobile #menu-mobile ul li.foot span:last-of-type a {
        font-size: 10px;
    }
    header #head-mobile #menu-mobile ul > li.acciones span {
        display: block;
        padding: 0px;
        width: 33.33333%;
        float: left;
    }
    header #head-mobile #menu-mobile ul > li.acciones span a {
        font-size: 22px;
        color: #ededed;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
        display: block;
        padding: 2px 0px;
        float: left;
        width: 100%;
        padding: 0px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    header #head-mobile #menu-mobile ul > li.acciones span.ideko2 {
        width: 50%;
    }
    header #head-mobile #menu-mobile ul > li.acciones span.ideko2 a {
        background-color: #000000;
    }
    header #head-mobile #menu-mobile ul > li.acciones span.ideko2 a strong {
        color: #ffffff;
    }
    header #head-mobile #menu-mobile ul > li.acciones span.volver {
        width: 25%;
    }
    header #head-mobile #menu-mobile ul > li.acciones span.volver a {
        background-size: 34px;
        background-color: #ededed;
    }
    header #head-mobile #menu-mobile ul > li.acciones span.salir {
        width: 25%;
    }
    header #head-mobile #menu-mobile ul > li.acciones span.salir a {
        background-size: 24px;
        background-color: #ededed;
    }
    header #head-mobile a.cerrar {
        top: 10px;
    }
    body {
        padding-top: 65px;
        font-size: 14px;
    }
    body.navegando {
        padding-top: 65px;
    }
    .altura-restante {
        height: calc(100vh - 65px);
    }
    .escritorio {
        display: none !important;
    }
    .responsive {
        display: block !important;
    }
    .row.misma-altura {
        display: block;
        width: initial;
        margin: 0px;
    }
    .row.misma-altura [class*="col-"] {
        display: inline-block;
        width: 100%;
    }
    form {
        padding: 10px 15px;
    }
    form.styled input {
        margin-bottom: 10px;
    }
    form.styled label {
        padding-top: 0px;
    }
    form.styled button {
        font-size: 16px;
        margin: 20px 0px 0px 0px;
    }
    a.boton-lg {
        font-size: 12px;
    }
    #layerslider {
        height: 290px;
    }
    #layerslider h2 span {
        font-size: 20px;
    }
    section .franja.contador {
        margin-top: 40px;
    }
    section .franja.contador [class*="col-"]:first-of-type p {
        font-size: 25px;
    }
    section .franja.contador [class*="col-"]:last-of-type ul {
        display: block;
    }
    section .franja.contador [class*="col-"]:last-of-type ul li {
        display: block;
        float: left;
        width: 50%;
        margin: 30px 0;
    }
    section .franja.contador [class*="col-"]:last-of-type ul li span {
        font-size: 36px;
    }
    section .destacado h2 {
        font-size: 28px;
    }
    section .destacado p {
        font-size: 16px;
        padding: 15px;
    }
    section .claims {
        padding: 30px 0px 0px;
    }
    section .claims:before {
        left: 0%;
        right: 0%;
        width: 100%;
        top: 0%;
        height: 400px;
    }
    section .claims:after {
        left: 0%;
        right: 0%;
        width: 100%;
        top: initial;
        height: 390px;
    }
    section .claims [class*="col-"] {
        margin-bottom: 50px;
    }
    section .claims [class*="col-"]:last-of-type {
        margin-bottom: 0px;
    }
    section .claims [class*="col-"].email {
        height: 350px;
    }
    section .claims [class*="col-"].distribuidor {
        height: 360px;
    }
    section .claims [class*="col-"] span,
    section .claims [class*="col-"] p,
    section .claims [class*="col-"] form {
        padding-left: 35px;
    }
    section .claims [class*="col-"] span {
        font-size: 24px;
    }
    section .claims [class*="col-"] span:before {
        width: 25px;
    }
    section .claims [class*="col-"] a.boton {
        font-size: 16px;
        position: initial;
        margin-left: 35px;
    }
    section .claims [class*="col-"] form.styled button {
        position: initial;
    }
    section .bloque .txt {
        font-size: 14px;
        padding: 20px 15px 40px;
    }
    section .bloque .txt h4 {
        font-size: 18px;
    }
    section .bloque .img {
        padding: 60px 45px 120px;
        min-height: initial;
    }
    section .banners [class*="col-"].banner h4 {
        min-height: initial;
    }
    section .banners [class*="col-"].panel-2 {
        padding: 30px;
        background-size: cover;
    }
    section .banners [class*="col-"].panel-2:before {
        left: 0;
        right: 0;
        background-size: cover;
    }
    section .banners [class*="col-"].panel-2:last-of-type {
        margin-bottom: 35px;
    }
    section .banners [class*="col-"].panel-2 h4 {
        min-height: initial;
    }
    section .dudas {
        font-size: 20px;
    }
    section .dudas p:first-of-type {
        font-size: 30px;
    }
    section .dudas a {
        font-size: 13px;
    }
    section .dudas [class*="col-"]:first-of-type {
        margin-bottom: 90px;
    }
    section .dudas [class*="col-"]:last-of-type {
        min-height: 210px;
    }
    section .dudas [class*="col-"]:last-of-type:before {
        background-position: 75% top;
        left: -15px;
        right: -15px;
    }
    section ul.proceso li {
        width: 50%;
        margin-bottom: 30px;
    }
    section ul.proceso li:nth-of-type(2n):after {
        content: '';
    }
    section#inicio .panel {
        min-height: auto;
        margin-bottom: 40px;
    }
    section#inicio .panel:hover .fondo:before {
        bottom: 80px;
    }
    section#sistemas h3 {
        font-size: 20px;
    }
    section#sistemas h3 span {
        font-size: 20px;
    }
    section#sistemas .bloques {
        margin-bottom: 35px;
    }
    section#sistemas .bloque {
        margin-bottom: 40px;
    }
    section#sistemas .bloque:last-of-type {
        margin-bottom: 0px;
    }
    section#sistemas .bloque .txt p {
        min-height: initial;
    }
    section#empresa ul.proceso li {
        width: calc(100% / 2);
    }
    section#empresa ul.proceso li:nth-child(2n+1) {
        clear: both;
    }
    section#empresa ul.proceso li:last-child {
        margin: 0 auto;
        float: none;
    }
    section#empresa .intereses p {
        font-size: 20px;
    }
    section#empresa .intereses ul.proceso li:nth-child(2n+1) {
        clear: none;
    }
    section#empresa .intereses ul.proceso li:last-child {
        margin: 0;
        float: left;
    }
    section#empresa .intereses ul.proceso li p {
        font-size: 16px !important;
    }
    section#empresa .caracteristicas,
    section#contacto .caracteristicas {
        display: block;
    }
    section#empresa .caracteristicas .row,
    section#contacto .caracteristicas .row {
        display: block;
    }
    section#empresa .caracteristicas .row [class^="col-"],
    section#contacto .caracteristicas .row [class^="col-"] {
        display: block;
        width: 100%;
    }
    section#empresa .caracteristicas .row:nth-child(even) [class^="col-"]:nth-child(odd),
    section#contacto .caracteristicas .row:nth-child(even) [class^="col-"]:nth-child(odd) {
        background-color: #e4e4e4;
    }
    section#empresa .caracteristicas .row:nth-child(even) [class^="col-"]:nth-child(even),
    section#contacto .caracteristicas .row:nth-child(even) [class^="col-"]:nth-child(even) {
        background-color: #FFFFFF;
    }
    section#empresa .hitos .info {
        width: 97%;
        padding-left: 30px;
    }
    section#empresa .hitos .info .anios ul {
        padding-bottom: 15px;
        overflow-x: scroll;
        white-space: nowrap;
    }
    section#clientes .tabla a {
        width: 33.3% !important;
    }
    section#clientes .tabla a:nth-child(5n) {
        border-right: none !important;
    }
    section#clientes .tabla a:nth-child(3n) {
        border-right: 1px dotted #a8a8a8 !important;
    }
    section#clientes .tabla a img {
        filter: none;
        -webkit-filter: grayscale(0%);
    }


    section#blog .franja .resumen {
        margin-right: 0px;
    }
    section#blog .franja .resumen .entrada {
        padding: 10px;
    }
    section#blog .franja .resumen .entrada .titular h2 {
        font-size: 18px;
    }
    section#blog .franja .resumen .entrada .foot { 
        margin-top: 50px;
    }

    footer img {
        height: 55px;
    }
    footer ul {
        display: block;
    }
    footer ul.redes {
        text-align: left;
    }
    #mod_form {
        padding: 0;
    }
    #emergente {
        top: calc(50vh - 62px);
    }
    #emergente.active {
        right: 300px;
    }
    #emergente li.formulario .inner {
        top: -240px;
        left: 40px;
        width: 300px;
    }
    #emergente li span {
        width: 40px;
        line-height: 40px;
    }
    #emergente li span img {
        width: 40px;
    }
    #emergente li span a {
        font-size: 12px;
        line-height: 41px;
        width: 260px;
        padding: 0px;
    }
    #emergente li span.active a {
        left: -260px;
    }
}
@media screen and (max-width: 590px) {
    section#contacto .buscador span,
    section#distribuidores .buscador form button span {
        width: 50%;
    }
    section#contacto .buscador form,
    section#distribuidores .buscador form button form {
        width: 50%;
    }
    section#contacto .buscador form select,
    section#distribuidores .buscador form button form select {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    section#contacto .buscador form button,
    section#distribuidores .buscador form button form button {
        float: right;
    }
}
@media screen and (max-width: 500px) {
    section#servicios .intereses div.row div:first-child ul.proceso li p {
        font-size: 18px;
    }
}
@media screen and (max-width: 530px) {
    section#clientes .navegacion a {
        font-size: 10px;
    }
    section .destacado h2 {
        font-size: 16px;
    }
    section#contacto .formulario form input {
        width: 100% !important;
    }
    section#contacto .formulario form select {
        width: 100% !important;
    }
}
@media screen and (max-width: 479px) {
    #layerslider {
        height: 220px;
    }
    #bx-pager a {
        min-width: calc(100% / 4);
    }
    form.styled ul li {
        display: block;
        padding-left: 0px !important;
    }
}
@media screen and (max-width: 460px) {
    section .claims [class*="col-"] span {
        padding-bottom: 10px;
    }
    section .claims [class*="col-"] p {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 420px) {
    section#servicios .intereses div.row div:first-child ul.proceso li p {
        font-size: 16px;
    }
    section .destacado h1 {
        font-size: 20px;
    }
    section#contacto .reclamos .panel.telefono .numero,
    section#distribuidores .reclamos .panel.telefono .numero {
        font-size: 27px;
    }
}
@media screen and (max-width: 330px) {
    section#empresa .datos .dato {
        width: 100%;
    }
    /*section .franja.contador [class*="col-"]:last-of-type ul li {
                  width:100%;
          }*/
}
@media print {
    a[href]:after {
        content: none !important;
    }
}
#slider .panel-counter:hover {
    cursor: pointer;
}

#recaptcha0 { width: 50%; transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
#recaptcha0 {width:200px !important;}

.descarga {
    display:none !important;
}

.info .descarga{
    display:block !important;
}

header #header #topbar > ul > li > ul#idiomas > li:first-child > a::after{
    content: " ▾";
}