/************************************************************************
  IMPORT FONTS
************************************************************************/

@font-face {
    font-family: "VWFS-Sans";
    src: url("../fonts/VWFS-Sans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "VWFS-Sans-bold";
    src: url("../fonts/VWFS-Sans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}
/************************************************************************
  GENERAL
***********************************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0px !important;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	line-height: 1.55556;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
body {
    font-size: 1rem;
    line-height: 1.55556;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "VWFS-Sans", sans-serif;
    background-color: #fff;
    color: #4c5356
}
@media only screen and (max-width:1024px) {
	body {
		font-size:14px;
	}
	
}

figure {
    margin: 1em 40px
}
hr {
    display: block;
    margin-bottom: 56px;
    border: 0;
    width: 100%;
    height: 2px;
    background-color: #A8ADB3;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    cursor:pointer;
}
a:focus,
a:hover {
    outline-width: 0;
    text-decoration: none;
}
p{
	word-break: break-word;
}
ul > li {
    list-style-type: none;
}
dl>dd,
dl>dt {
    margin-bottom: 15px;
}
dl {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    clear: both;
}
dt {
    float: left;
    width: 40%;
    clear: left;
}
dd {
    float: left;
    width: 56%;
    clear: right;
}
/************************************************************************
  TITULARES
************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.u-giga,
.u-alpha,
.u-beta,
.u-gamma,
.u-delta,
.u-epsilon,
.u-zeta {
    color: #004666;
    font-family: "VWFS-Sans-bold";
    margin-top:0;
}
h1,
.u-alpha {
    font-size: 2.66667rem;
    line-height: 1.16667;
}
@media only screen and (min-width: 320px) {
    h1,
    .u-alpha {
        font-size: 20px;
    }
}
@media only screen and (min-width:768px) {
    h1,
    .u-alpha {
    font-size: 2.66667rem;
    line-height: 1.16667;
    }
}
h2,
.u-beta {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 1.2
}
@media only screen and (min-width: 320px) {
    h2,
    .u-beta {
        font-size: 30px;
        font-size: 1.66667rem;
        line-height: 1.2
    }
}
@media only screen and (min-width:768px) {
    h2,
    .u-beta {
        font-size: 36px;
        font-size: 2rem;
        line-height: 1.22222
    }
}
h3,
.u-gamma {
    font-size: 26px;
    font-size: 1.44444rem;
    line-height: 1.23077
}
h3>i:before {
    margin-right: 20px;
}
@media only screen and (min-width:320px) {
    h3,
    .u-gamma {
        font-size: 26px;
        font-size: 1.44444rem;
        line-height: 1.23077
    }
}
@media only screen and (min-width:768px) {
    h3,
    .u-gamma {
        font-size: 30px;
        font-size: 1.66667rem;
        line-height: 1.2
    }
}
h4,
.u-delta {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 1.4
}
@media only screen and (min-width:320px) {
    h4,
    .u-delta {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 1.4
    }
}
@media only screen and (min-width:768px) {
    h4,
    .u-delta {
        font-size: 22px;
        font-size: 1.22222rem;
        line-height: 1.27273
    }
}
h5,
.u-epsilon {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.44444
}
@media only screen and (min-width:320px) {
    h5,
    .u-epsilon {
        font-size: 18px;
        font-size: 1rem;
        line-height: 1.44444
    }
}
@media only screen and (min-width:768px) {
    h5,
    .u-epsilon {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 1.4
    }
}
h6,
.u-zeta {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 1.5
}
@media only screen and (min-width:320px) {
    h6,
    .u-zeta {
        font-size: 16px;
        font-size: .88889rem;
        line-height: 1.5
    }
}
@media only screen and (min-width:768px) {
    h6,.u-zeta {
        font-size: 18px;
        font-size: 1rem;
        line-height: 1.44444
    }
}


.fila_titular,.modal-title {
    padding:0 0 10px 10px;
    width: 100%;
    color: #00405b;
    display: inline-block;
    text-align:center;
    font-size: 2rem;
    line-height: 1.22222;
}
@media only screen and (max-width: 768px) {
	.fila_titular,.modal-title {
	   padding-bottom:10px;
	   font-size: 1.5rem;
	}
	
}

/************************************************************************
  ENLACES
************************************************************************/

.c-link {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    font-size: 15px;
    font-size: .83333rem;
    line-height: 20px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    color: #004666;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle
}
@media only screen and (min-width: 30.01em) {
    .c-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 20px
    }
}
@media only screen and (min-width: 45.01em) {
    .c-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 20px
    }
}
@media only screen and (min-width: 60.01em) {
    .c-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 20px
    }
}
.c-link:focus {
    outline: none
}
.c-link:hover,
.c-link:focus,
.c-link:active {
    color: #004666
}
.u-bg-brand .c-link:hover,
.u-bg-brand .c-link:focus,
.u-bg-brand .c-link:active {
    color: #fff
}
.c-link:hover span:after,
.c-link:focus span:after,
.c-link:active span:after {
    width: 100%
}
.c-link:before,
.c-link svg {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 18px;
    font-family: "vwfs-iconfont" !important;
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\e95a";
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #66e4ee;
    color: #004666;
    font-weight: bold;
    text-align: center
}

.form-group .c-link{
	padding-left: 30px;
	height: 34px;
    margin-top: 10px;
    padding-right: 0;
}


.u-bg-brand .c-link:before,
.u-bg-brand .c-link svg {
    fill: #004666
}
.c-link span {
    display: block;
    position: relative
}
.c-link span:after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: block;
    height: 1px;
    width: 0;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: ""
}
.c-link--secondary:before,
.c-link--secondary svg {
    border-color: #004666;
    background-color: transparent
}
.u-bg-brand .c-link--secondary:before,
.u-bg-brand .c-link--secondary svg {
    border-color: #66e4ee;
    color: #66e4ee;
    fill: #66e4ee
}
.c-download-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}
.c-download-link:hover,
.c-download-link:focus,
.c-download-link:active {
    outline: none
}
.c-download-link:hover .c-download-link__file-name:after,
.c-download-link:focus .c-download-link__file-name:after,
.c-download-link:active .c-download-link__file-name:after {
    width: 100%
}
.c-download-link__icon {
    width: 24px;
    height: 24px;
    margin-right: 5px
}
.c-download-link__icon:before {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1;
    font-family: "vwfs-iconfont" !important;
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\e94c"
}
.c-download-link__text {
    font-size: 15px;
    font-size: .83333rem;
    line-height: 18px
}
@media only screen and (min-width: 30.01em) {
    .c-download-link__text {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 18px
    }
}
@media only screen and (min-width: 45.01em) {
    .c-download-link__text {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 18px
    }
}
@media only screen and (min-width: 60.01em) {
    .c-download-link__text {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 18px
    }
}
.c-download-link__file-name {
    position: relative;
    text-transform: uppercase;
    font-weight: bold
}
.c-download-link__file-name:after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: currentColor;
    content: ""
}
.c-download-link__file-info {
    font-size: 13px;
    font-size: .72222rem;
    line-height: 1.53846;
    color: #a8adb3
}
@media only screen and (min-width: 30.01em) {
    .c-download-link__file-info {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 1.53846
    }
}
@media only screen and (min-width: 45.01em) {
    .c-download-link__file-info {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 1.53846
    }
}
@media only screen and (min-width: 60.01em) {
    .c-download-link__file-info {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 1.53846
    }
}
.c-interaction-link {
    padding: 0;
    border: 0;
    background-color: transparent;
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    font-size: 15px;
    font-size: .83333rem;
    line-height: 28px;
    display: inline-block;
    padding-left: 38px;
    position: relative;
    color: #004666;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle
}
@media only screen and (min-width: 30.01em) {
    .c-interaction-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 28px
    }
}
@media only screen and (min-width: 45.01em) {
    .c-interaction-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 28px
    }
}
@media only screen and (min-width: 60.01em) {
    .c-interaction-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 28px
    }
}
.c-interaction-link:focus {
    outline: none
}
.c-interaction-link:hover,
.c-interaction-link:focus,
.c-interaction-link:active {
    color: #004666
}
.c-interaction-link:hover span:after,
.c-interaction-link:focus span:after,
.c-interaction-link:active span:after {
    width: 100%
}
.c-interaction-link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #66e4ee;
    background-color: #66e4ee;
    content: ""
}
.c-interaction-link:after {
    font-size: 22px;
    font-size: 1.22222rem;
    width: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #004666;
    text-align: center;
    font-weight: bold;
    content: ""
}
.u-bg-brand .c-interaction-link {
    color: #fff
}
.u-bg-brand .c-interaction-link:hover {
    color: #fff
}
.u-bg-brand .c-interaction-link:before {
    color: #004666
}
.c-interaction-link span {
    display: block;
    position: relative
}
.c-interaction-link span:after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: currentColor;
    content: ""
}
.c-interaction-link--secondary:before {
    border-color: #004666;
    background-color: transparent
}
.u-bg-brand .c-interaction-link--secondary:before {
    border-color: #66e4ee
}
.u-bg-brand .c-interaction-link--secondary:after {
    color: #66e4ee
}
.c-interaction-link--plus:after {
    content: "+"
}
.c-interaction-link--minus:after {
    content: "-"
}
.c-back-link {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    font-size: 15px;
    font-size: .83333rem;
    line-height: 16px;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    color: #004666;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase
}
@media only screen and (min-width: 30.01em) {
    .c-back-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 16px
    }
}
@media only screen and (min-width: 45.01em) {
    .c-back-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 16px
    }
}
@media only screen and (min-width: 60.01em) {
    .c-back-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 16px
    }
}
.c-back-link:hover,
.c-back-link:focus,
.c-back-link:active {
    color: #004666
}
.c-back-link:hover span:after,
.c-back-link:focus span:after,
.c-back-link:active span:after {
    width: 100%
}
.c-back-link:before,
.c-back-link svg {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 16px;
    font-family: "vwfs-iconfont" !important;
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\e95a";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: bold
}
.c-back-link span {
    display: block;
    position: relative
}
.c-back-link span:after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: currentColor;
    content: ""
}
.c-back-to-top {
    display: inline-block;
    position: relative;
    padding-right: 58px;
    font-weight: normal;
    text-decoration: none;
    line-height: 32px;
    color: #fff
}
.c-back-to-top:hover,
.c-back-to-top:focus {
    color: #fff !important
}
.c-back-to-top:hover .c-back-to-top__icon,
.c-back-to-top:focus .c-back-to-top__icon {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.4)
}
.c-back-to-top:active .c-back-to-top__icon {
    box-shadow: none
}
.c-back-to-top:active .c-back-to-top__icon {
    box-shadow: none
}
.c-back-to-top .c-back-to-top__icon {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 1px solid #66e4ee;
    width: 44px;
    height: 44px;
    text-align: center
}
.c-back-to-top .c-back-to-top__icon:before {
    font-family: "vwfs-iconfont" !important;
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\e954";
    width: 18px;
    height: 18px;
    position: absolute;
    top:34%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #66e4ee !important
}
.c-back-to-top .c-back-to-top__icon svg {
    display: none
}
/************************************************************************
  FORMULARIOS
************************************************************************/
fieldset {
    border: 0;
}
label {
    font-size:1rem;
    font-weight: normal;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
input,
select,
textarea {
    width: 100%;
    font-weight:600;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}

button,
select {
    text-transform: none
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}
button:-moz-focus-inner,
[type="button"]:-moz-focus-inner,
[type="reset"]:-moz-focus-inner,
[type="submit"]:-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
textarea {
    overflow: auto;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 1rem;
    line-height: 1.55556;
    width: 100%;
    padding: 10px;
    border: 1px solid #a8adb3;
    background-color: #fff;
    color: #4c5356;
    font-weight: bold;
}
.conTextarea{
	width: 66.66667%;
	margin:0 auto;
	margin-top:25px;
}
@media only screen and (min-width: 320px) {
    .conTextarea{
        width:100%;
    }
}
@media only screen and (min-width: 1200px) {
      .conTextarea{
        width:72%;
    }
}
@media only screen and (min-width: 1280px) {
    .conTextarea{
        width: 66.66667%;
    }
}
.formulario .conTextarea{
	width:100%;
}

.conTextarea label{
	padding-left:0;
}

.conTextarea .checkbox-block.form-group{
	margin-left:0;
}

.simulaTxtArea{
	overflow-y: scroll;
	height: 175px;
	border:1px solid #6ca3b9;
	padding:15px;
    margin:10px 0 15px;
    float:none!important;
}
.simulaTxtArea::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	right:10px
}

.simulaTxtArea::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
	
}

.simulaTxtArea::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #6ca3b9;
}


select {
    font-size: 1rem;
    line-height: 1.55556;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    padding-right: 35px;
    border: 1px solid #a8adb3;
    border-radius: 0;
    outline: none;
    background: url('../img/select-arrow.svg') right 15px center no-repeat #fff;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size:18px 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 44px;
    font-family: "VWFS-Sans",sans-serif;
    font-weight: bold;
    cursor:pointer;

}
select{
	-webkit-appearance: none!important;
    -moz-appearance: none!important;
    -ms-appearance: none!important;
    -o-appearance: none!important;
    appearance: none!important;
    background:0\9;
    padding-right:0\9;
}
select::-ms-expand {
    display: none;
}
select:focus {
    outline: none;
}
::-webkit-clear-button {
    display: none;
}

/*

.select_arrow select {
    margin-right: 20px;
    border-radius: 0;
}
.select_arrow:after {
    font-family: "vwfs-iconfont" !important;
    content: '\e952';
    display: inline-block;
    width: 28px !important;
    height: 20px !important;
    position: absolute;
    right:10px;
    font-size: 16px;
    font-weight: 400;
    top: 12px;
    cursor: pointer;
    padding: 0 10px;
    pointer-events: none;
    background-color: #fff;
}*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
[type="number"]:-webkit-inner-spin-button,
[type="number"]:-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type="search"]:-webkit-search-cancel-button,
[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none
}
:-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:-webkit-input-placeholder {
    color: #a8adb3;
}
input:focus:-webkit-input-placeholder {
    color: #d8d8d8;
}
input:-moz-placeholder {
    color: #a8adb3;
}
input:focus:-moz-placeholder {
    color: #d8d8d8;
}
input:-ms-input-placeholder {
    color: #a8adb3;
}
input:focus:-ms-input-placeholder {
    color: #d8d8d8;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}

/*********
  INPUTS
**********/

input[type="text"], .c-input-text,input[type="password"] {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: inline-block;
    border: 1px solid #a8adb3;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    vertical-align: middle;
    color: #4c5356;
    background: #fff;
    box-shadow: none;
}



input:disabled,
input[readonly]{
    border-color:#a8adb3;
    background-color:#A8ADB3;
    color:#4c5356;
    font-weight:500;
}

/*********
  CHECKBOX
**********/
.checkbox-block.form-group{
	margin-left:-10px;
}
@media only screen and (max-width: 575px) {
	.checkbox-block.form-group{
		margin-left: -52%;
	}
}  
.formulario  .checkbox-block.form-group{
	margin:0;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + span:before {
    color: #004666
}
.u-bg-brand input[type="checkbox"]:checked + label:before,
.u-bg-brand input[type="checkbox"]:checked + span:before {
    color: #66e4ee
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + span:after {
    width: 0;
    left: 26px
}
input[type="checkbox"] + label,
input[type="checkbox"] + span {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.55556;
    color: #4c5356;
    padding-top:3px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    margin-bottom:0;
}
input[type="checkbox"]+label::before,
input[type="checkbox"]+span::before {
    font-family: "vwfs-iconfont" !important;
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\e967";
    font-size: 18px;
    font-size: 1rem;
    line-height: 28px;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    background-color: transparent;
    color: #004666;
    border: 1px solid #a8adb3;
    position: absolute;
    top: 0;
    left: 0
}
.u-bg-brand input[type="checkbox"]+label::before,
.u-bg-brand input[type="checkbox"]+span::before {
    border: 1px solid #fff;
    color: transparent;
    background-color: transparent
}
input[type="checkbox"]+label::after,
input[type="checkbox"]+span::after {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff;
    content: ""
}
.u-bg-pale input[type="checkbox"]+label::after,
.u-bg-pale input[type="checkbox"]+span::after {
    background-color: #f2f2f2
}
.u-bg-brand input[type="checkbox"]+label::after,
.u-bg-brand input[type="checkbox"]+span::after {
    background-color: #004666
}
input[type="checkbox"].is-error+label::before,
input[type="checkbox"].is-error+span::before {
    border: 1px solid #ff4963
}
input[type="checkbox"].is-disabled+label,
input[type="checkbox"].is-disabled+span,
input[type="checkbox"][disabled]+label,
input[type="checkbox"][disabled]+span {
    color: #a8adb3;
    cursor: default
}
.u-bg-brand input[type="checkbox"].is-disabled+label,
.u-bg-brand input[type="checkbox"].is-disabled+span,
.u-bg-brand input[type="checkbox"][disabled]+label,
.u-bg-brand input[type="checkbox"][disabled]+span {
    opacity: 0.5
}
input[type="checkbox"].is-disabled+label::before,
input[type="checkbox"].is-disabled+span::before,
input[type="checkbox"][disabled]+label::before,
input[type="checkbox"][disabled]+span::before {
    border: 1px solid #a8adb3
}
/*********
 RADIOS
**********/
.radio-block label {
    margin: 0 15px 0 0;
    display: inline-block;
}
table td .radio-block {
	margin-top: -30px;
}
input[type="radio"]{
    position: absolute;
    left: -9999px
}
input[type="radio"]:checked+label::after,
input[type="radio"]:checked+span::after {
    transform: scale(1)
}
input[type="radio"]+label,
input[type="radio"]+span {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.55556;
    display: inline-block;
    padding-top: 0px;
    padding-left: 35px;
    position: relative;
    line-height: 28px;
    color: #4c5356;
    cursor: pointer
}
.u-bg-brand input[type="radio"]+label,
.u-bg-brand input[type="radio"]+span {
    color: #fff
}
input[type="radio"]+label::before,
input[type="radio"]+span::before {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #a8adb3;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}
.u-bg-brand input[type="radio"]+label::before,
.u-bg-brand input[type="radio"]+span::before {
    border-color: #fff
}
input[type="radio"]+label::after,
input[type="radio"]+span::after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #004666;
    border-radius: 50%;
    transform: scale(0);
    content: "";
    position: absolute;
    top: 6px;
    left: 6px
}
.u-bg-brand input[type="radio"]+label::after,
.u-bg-brand input[type="radio"]+span::after {
    background-color: #66e4ee
}
input[type="radio"].is-error+label::before,
input[type="radio"].is-error+span::before {
    border-color: #ff4963
}
input[type="radio"].is-error+label::after,
input[type="radio"].is-error+span::after {
    background-color: #ff4963
}
input[type="radio"].is-disabled+label,
input[type="radio"].is-disabled+span,
input[type="radio"][disabled]+label,
input[type="radio"][disabled]+span {
    color: #a8adb3;
    cursor: default
}
.u-bg-brand input[type="radio"].is-disabled+label,
.u-bg-brand input[type="radio"].is-disabled+span,
.u-bg-brand input[type="radio"][disabled]+label,
.u-bg-brand input[type="radio"][disabled]+span {
    opacity: 0.5
}
input[type="radio"].is-disabled+label::before,
input[type="radio"].is-disabled+span::before,
input[type="radio"][disabled]+label::before,
input[type="radio"][disabled]+span::before {
    border-color: #a8adb3
}

/*******************
  INPUT FILE
********************/


input[type="file"]{position:absolute;cursor:pointer;top:0;left:0;margin:0;padding:0;opacity:0;color:#444;filter:alpha(opacity=0);max-width: 154px;z-index: 100;}
input[type="file"]::-webkit-file-upload-button,input[type=file]:after{ cursor:pointer; }
.upload{width: 100%;height: 100%;}


/*********
  BOTONES
**********/

button,
.btn {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    font-size: 15px;
    font-size: .83333rem;
    line-height: 17px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 68px;
    max-width: 281px;
    height: 44px;
    margin: 0;
    padding:1px 20px 0 18px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #66e4ee;
    background-color: #66e4ee;
    color: #004666;
    font-family: "VWFS-Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    padding:5px 20px 0 18px\9;
}
.btn,.btn_secundario{
	margin-left:7px
} 
.btn:first-of-type,.btn_secundario:first-of-type{
	margin-left:0;
}
.btn.secondary {
    border-color: #004666;
    background-color: #fff;
    color: #004666;
}
.btn.secondary:hover, .btn.secondary:focus {
    border-color: #004666;
    background-color: transparent;
}
.opBotones .secondary{
	border:0;
}

.u-bg-brand button {
    color: #004666
}
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    outline: none;
    border-color: #94ecf3;
    background-color: #94ecf3;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.4);
    color: #004666;
}
.btn.icono:hover,
.btn.icono:focus,
button.icono:hover,
button.icono:focus {
	border-color:none;
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;	
}

.u-bg-brand .btn:hover,
.u-bg-brand .btn:focus {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.4);
    color: #004666
}
.btn:active {
    background-color: #66e4ee;
    box-shadow: none
}
.u-bg-brand .btn:active {
    box-shadow: none
}
.btn.is-disabled,
.btn[disabled] {
    border-color: #a8adb3;
    background-color: #A8ADB3;
    color: #4c5356;
    cursor: default
}
.u-bg-brand .btn.is-disabled,
.u-bg-brand .btn[disabled],
button[disabled] {
    background-color: #A8ADB3;
    border-color: #a8adb3;
    color: #4c5356;
    cursor: default
}
.btn.is-disabled:hover,
.btn.is-disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.btn[disabled]:hover,
.btn[disabled]:focus {
    box-shadow: none;
    outline: none;
    pointer-events: none;
    border-color: #a8adb3;
    background-color: #A8ADB3;
    color: #4c5356;
    cursor: default;
}
.u-bg-brand .btn.is-disabled:hover,
.u-bg-brand .btn.is-disabled:focus,
.u-bg-brand .btn[disabled]:hover,
.u-bg-brand .btn[disabled]:focus {
    box-shadow: none;
    outline: none
}
.c-btn--icon {
    display: table;
    padding-left: 28px;
    padding-right: 28px
}
.c-btn--icon span {
    display: table-cell;
    padding-left: 14px;
    text-align: center;
    line-height: 1.25
}
.c-btn--icon .c-btn--icon__icon {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    position: relative;
    top: 2px
}
.u-bg-brand .c-btn--icon .c-btn--icon__icon:before,
.u-bg-brand .c-btn--icon .c-btn--icon__icon svg {
    color: #004666;
    fill: #004666
}
.u-bg-brand .c-btn--icon.btn_secundario .c-btn--icon__icon:before,
.u-bg-brand .c-btn--icon.btn_secundario .c-btn--icon__icon svg {
    color: #66e4ee;
    fill: #66e4ee
}
.c-btn--full {
    width: 100%;
    max-width: 100%
}
.btn_desplegar,
a.btn_secundario,
button.borderW,
.modal-footer > button {
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    outline: none;
}
.btn_desplegar {
    border-radius: 0;
    border: 0;
    color: #fff;
    position: absolute;
    top: 40px;
    text-align: right;
    right: 10px;
    margin-bottom: 15px;
    padding: 0;
    font-size:15px;
}
.btn_desplegar:before {
    vertical-align: middle;
    margin-right: 10px;
}
.btn_desplegar:after {
    vertical-align: middle;
    margin-left: 10px;
    font-family: "vwfs-iconfont";
    content:'\e952';
    font-weight: normal;
}
.btn_desplegar:hover{
	background:transparent;
	color:#fff;
	border:0;
	box-shadow:none;
}

.fileUploadUno input{
	width: 83.5%;
}

.fileUploadDoble input[type="text"]{
	width: 66.5%;
}
.fileUploadUno .btn,.fileUploadDoble .btn{
	width: 16%;
	margin-top:-1px
}
.fileUploadUno .btn span:before,.fileUploadDoble .btn span:before{
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    margin:0 5px 0 -5px;
}
@media only screen and (min-width: 320px) {
	
	.fileUploadUno .btn,.fileUploadDoble .btn{
		margin-top:.5px;
	}
	
	.fileUploadDoble input[type="text"]{
		width: 55%;
	}
	.fileUploadUno .btn,.fileUploadDoble .btn{
	    text-indent: -99999px;
	}	
	.fileUploadUno .btn span:before,.fileUploadDoble .btn span:before,.fileUploadDoble .btn:before{
	    float:left;
	    text-indent:0;
	    margin:0 5px;
	}
}
@media only screen and (min-width:768px) {
	
	.fileUploadUno .btn,.fileUploadDoble .btn{
		margin-top:-1px;
	}
	
	.fileUploadDoble input[type="text"]{
		width: 66.5%;
	}
	.fileUploadUno .btn,.fileUploadDoble .btn{
	    text-indent:0;
	}	
	.fileUploadUno .btn span:before,.fileUploadDoble .btn span:before,.fileUploadDoble .btn:before{
	    float:none;
	    text-indent:0;
	    margin:0 5px 0 -5px;
	}
}


@media only screen and (min-width: 320px) {
    .btn_desplegar {
        position:relative;
        text-align:left;
        top:5px;
        left:-4px;
    }
}
@media only screen and (min-width: 480px) {
   .btn_desplegar {
        position:absolute;
        text-align:right;
        right:15px;
        left:auto;
        width:auto;
    }
}
@media only screen and (min-width:998px) {
	.btn_desplegar {
        top:20px;
    }

}

.btn_desplegar i,
.btn_cerrado i,
.btn_desplegar2 i {
    font-size: 13px;
    margin-left: 5px;
}


#blqBotones{
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 0;
}

#blqBotones,#blqBotones + *:not(.c-divider){
	margin-top:20px;
}
@media only screen and (max-width: 980px) {
   #blqBotones{ margin:10px 0;}
   .btn, .btn_secundario {margin: 5px 5px 5px 0;max-width: 190px;}
}

/************
  TIPOS FORM
************/

.form_filtro {
    background-color: #00405b;
    color: #fff!important;
    padding: 15px 0 25px 4px;
    width: 100%;
    float: left;
    position: relative;
    margin:56px 0 15px;
}
@media only screen and (min-width: 320px) {
    .form_filtro {
        padding: 8px 0 10px 4px;
        margin:25px 0 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .form_filtro {
        padding: 15px 0 25px 4px;
        margin:56px 0 15px;
    }
}

.form_filtro select{
    background: url('../img/select-arrow-white.svg') right 13px no-repeat #fff;
    background-position: right 13px;
    background-repeat: no-repeat;
    background-color: #00405b;
    background-size:16px 16px;
    height:38px;
    padding-right: 20px;
    background:none\9;
    padding-right:0\9;
}

.form_avanzados {
    width: 100%;
    float: left;
    padding: 15px 0 30px;
    display: none;
    position: relative;
    min-height: 100px;
    border-bottom: 2px solid #00405b;
    background: #fff;
    z-index: 1;
}

.form_filtro .form-group{
    margin-top: 10px;
    margin-bottom: 15px;
    display: table;
    width: 100%;
    position: relative;
}
.buscaDates.form-group{
	display:block;
	float:left;	
	width:90%;
}
@media only screen and (min-width:320px) {
	.buscaDates.form-group{
		width:100%;
	}
}
@media only screen and (min-width:992px) {
	.buscaDates.form-group{
		width:90%;
	}
}

.buscaDates .calendar button{
	color:#fff;
}
.buscaDates .calendar input{
	color: #fff;
    background: transparent;
	
}
    


.form_avanzados>div{
	padding:0;
} 

.form_avanzados .form-inline label,.form_avanzados .form-inline div{
	padding:0;
}

.form_avanzados .form-inline .form-group{
	width:48%;
	margin-bottom: 28px;
}
.form_avanzados .form-inline .form-group:nth-child(odd){
	margin-right:4%;
}


@media only screen and (min-width: 320px) {
	.form_avanzados .form-inline .form-group{
		width:100%;	
	}
}
@media only screen and (min-width:768px) {
	.form_avanzados .form-inline .form-group{
		width:47%;
	
	}
}

.form_avanzados .form-inline label {
    display: block;
    margin-bottom: 7px!important;
    color: #4c5356;
  
}

button.btn_buscPrnc{
	position: absolute;
    right: 24px;
    bottom:40px;
	width:135px;
	border: solid 1px #66e4ee;
    background: transparent;
    color: #66e4ee;
}
@media only screen and (min-width: 320px) {
	button.btn_buscPrnc{
		position: relative;
	    right:auto;
	    bottom:0;
		left: 15px;
	    width: 100%;
	    max-width: calc(100% - 30px);
	    margin-bottom: 10px;
	}
}
@media only screen and (min-width:1024px) {
	button.btn_buscPrnc{
		position: absolute;
		position: absolute;
	    right: 24px;
	    left:auto;
	    bottom:40px;
		width:135px;
		margin-bottom:0;
	}
}


.form_filtro .form-group label {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
@media only screen and (min-width:320px) {
	.form_filtro .form-group label {
	    display:block;
    	vertical-align: middle;
    	float:left;
	}
}
@media only screen and (min-width:998px) {
	.form_filtro .form-group label {
	    max-width:inherit;
	}
}


@media only screen and (min-width:1024px) {
	.form_filtro .form-group label {
 	   display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
	.form_filtro .form-group.buscaDates label {
	    display:block;
    	vertical-align: middle;
    	float:left;
	}
}


.buscaDates.form-group label {
    display:inline-block;
    vertical-align: middle;
    float:left;
}
.buscaDates.form-group label:not(:first-child) {
	 max-width:10.5%!important;
}

@media only screen and (min-width:1200px) {
	.buscaDates.form-group .calendar:first-of-type{
		margin-left:24px;
	}
}


@media only screen and (min-width: 992px){
	.form_filtro .select_arrow {
	    /* width: 51%; */
	    margin-top: -10px;
	}
}

.form_filtro .select_arrow:after {
    background: #00405b;
}
.form_filtro .select_arrow select,
.form_filtro select option {
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0;
    /* padding-left: 0; */
}

form.formulario{
    width:100%;
} 
.form_filtro + .formulario{
	width:100%;
	padding:0 25px;
	
}
.formulario, .section, .contWelcome{
    position: relative;
	width: 66.66667%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
.c-icon-nav>.formulario{
	width: auto;
    margin:0;
    min-width: 200px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    clear:none;
    min-width: 25%\9;
    display:inline-block\9;
}
.contWelcome{
   margin-top:20px;
}
.justificado{
    text-align: justify;
}

@media only screen and (min-width: 320px) {
    .formulario, .contWelcome{
        padding: 0 20px;
        width:100%;
    }
}
@media only screen and (min-width:768px) {
      .formulario, .contWelcome{
        padding:0;
        width:72%;
    }
}
@media only screen and (min-width:992px) {
      .formulario, .contWelcome{
        padding:0;
        width: 66.66667%;
    }
}

.formulario .resListado{
	padding-left:0;
	padding-right:0;
	width:100%!important;
}

.formulario .form-group{
	float:left;
	width:100%;
    margin-bottom: 20px; 
}
.formulario .form-group.inLine>div{
	padding-left:15px;
	margin-left:0;
}
@media only screen and (min-width:320px) {
	.formulario .form-group.inLine>div{
	    margin-top: 15px!important;
    	padding: 0!important;
	}
}

@media only screen and (min-width:768px) {
	.formulario .form-group.inLine>div{
		margin-top:0!important;
		padding-left:15px!important;
	}
}

.formulario .form-group.inLine>div:first-child{
	padding-left:0!important;
}


.formulario .form-group label, .formulario .form-group div {
	padding:0;	
}
.form-group > div + div {
	padding-left:15px!important;
	margin-left:0!important;
}
@media only screen and (min-width:320px) {
	.form-group > div + div {
		padding-left:0!important;
		margin-left:0!important;
	}
	
}
@media only screen and (min-width:768px) {
	.form-group > div + div {
		padding-left:15px!important;
		margin-left:0!important;
	}		
}


.formulario .form-group label{
	margin-bottom:7px;
}
.formulario .authList{
	padding:10px 35px;

}
.formulario .authList>li{
	list-style: square;
	font-weight:bold;
}

/************************************************************************
  MENSAJES INFO
************************************************************************/

.infoTip{
    font-size: .83333rem;
    line-height: 1.6;
    margin-top: 20px;
    padding: 14px;
    background-color: #A8ADB3;
    position: relative;
    min-width: 320px;
}

.infoTip:before{
    margin-left: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -6px;
    left: 50%;
    z-index:1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #A8ADB3;
    pointer-events: none;
    content: "";
}
.note{
	padding:20px 0;
}

.txt_obligatorios{
    width:  66.66667%;
    margin: 0 auto;
}
.txt_obligatorios + .alert,.formulario + .alert{
	margin:20px auto;
}
@media only screen and (min-width: 320px) {
	.txt_obligatorios{
	    width: 92%;
	    margin: 0 auto;
	}
	.txt_obligatorios + .alert,.formulario + .alert{
		margin:20px auto;
	}
}
@media only screen and (min-width: 1200px) {
	.txt_obligatorios{
	    width:72%;
	}
	.txt_obligatorios + .alert,.formulario + .alert{
		margin:20px auto;
	}
}
@media only screen and (min-width: 1280px) {
	.txt_obligatorios{
	        width: 66.66667%;
	}
	.txt_obligatorios + .alert,.formulario + .alert{
		margin:20px auto;
	}
}
.txt-aviso{
	width: 90%;
    margin: 0 auto;
    font-size: 16px;
}

/************************************************************************
  MODAL
************************************************************************/
.modal-header{
	border-bottom:none;
	padding:0;
	margin-bottom: 20px;
}
.modal-footer{
	display:none;
}
.modalLOPD .modal-content .modal-title{
	margin-top: 7%;
}

/************************************************************************
  ERRORES
************************************************************************/
.alert{
	border:0;
 	overflow:hidden;
}

.alert {    
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:22px 24px 15px 15px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    margin: 0 auto;
    display:none;
    top: 0;
    z-index: 999999;
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: 0;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    height:auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height:68px;
    border:0;
}

.main .alert{
	z-index:0;
}

.alert.alert-danger{
	background: rgba(255, 73, 99, 1);
}
.alert.alert-confirm{
	background-color: #4c5356;
}
.alert.alert-success{
	background-color: #81d179;
}

.alert.is-closed {
    height:0;
    min-height:0;
    padding:0;
}

.closemsm, .modal-header button {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 34px;
    top:18px;
    height: 24px;
    cursor: pointer;
    opacity:1;
    min-width:1px;
    text-transform:lowercase;
    color:#004666;
    margin-top:0;
}
.closemsm:hover, .modal-header button:hover {
    outline: none;
    box-shadow:none;
    color:inherit;
   
}
@media only screen and (min-width:320px) {
	.closemsm, .modal-header button {
	   right:25px;
	}	
}

@media only screen and (min-width:768px) {
	.closemsm, .modal-header button {
	   right:34px;
	}	
}
.closemsm:before,.modal-header button:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e96a";
    vertical-align: middle;
    font-family: "vwfs-iconfont";
    display:block;
    

}
.alert .closemsm:before{
	    color:#fff;
} 


.form-group .txterror {
    display: none;
    position: relative;
}
.has-error input:not(:disabled),
.has-error textarea:not(:disabled),
.has-error select,
.has-error select{
    border: 1px solid #ff4963 !important;
    background: #fff;
}

.has-error span.txterror {
    color: rgb(255, 73, 99);
    position:relative;
    font-size: 98%;
    width: 100%;
    min-width:300px;
    padding:10px 0 0;
    margin: -2px 0 0;
    z-index: 2;
}
.form-group.has-error .txterror,
.form-group.has-error .error_general {
    display: block;
}


/************************************************************************
  CABECERA CUERPO
************************************************************************/

.encabezados {
    margin:26px auto 0;
    width: 100%;
    clear:both;
}
@media only screen and (max-width: 768px) {
    .encabezados {
        margin:0 auto;
    }
}
.encabezados h3 {
    margin-bottom:28px;
    font-size: 2.35rem;
    text-align: center;
    margin-left: -5px;
}
.encabezados h3 i:before {
    font-size: 54px;
}
@media only screen and (min-width: 320px) {
    .encabezados h3 {
	    font-size: 26px;
	    /* font-size: 1.44444rem; */
	    line-height: 1.23077;
	   }
    .encabezados h3 i:before {
        font-size: inherit;
    }
}
@media only screen and (min-width: 768px) {
    .encabezados h3 {
         font-size: 2.66667rem;
   		 line-height: 1.16667;
    }
    .encabezados h3 i:before {
        font-size: 54px;
    }
}
.encabezados h3 + p{
	margin-top: -30px;
    margin-bottom:0;
}


a[data-bs-toggle="collapse"] {
    width: 100%;
    position: relative;    
    padding: 14px 0;
    cursor: pointer;
    border-bottom: 1px solid #4c5356;
    float: left;    
}
a[data-bs-toggle="collapse"]:first-of-type {
	border-top: 1px solid #4c5356;
}
a[data-bs-toggle="collapse"].icon-plus-filled{
    border:none!important;
    width:auto;	
    font-size: 15px;
    line-height: 17px;
    color:#004666;
    text-transform: uppercase;
    font-weight: bold;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
a[data-bs-toggle="collapse"].icon-plus-filled::before {
	border: 1px solid #004666;
    background-color: transparent;
    width: 29px;
    height: 28px;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}


.encabezados a[data-bs-toggle="collapse"]{
	margin-top: 25px;
	border-top: 1px solid #4c5356;
}
@media only screen and (max-width: 768px) {
    a[data-bs-toggle="collapse"] {
        margin-top: 0;
        padding-left: 10px;
    }
}
a[data-bs-toggle="collapse"] span {
    font-size: 20px;
}
a[data-bs-toggle="collapse"]:before {
    margin-right: 15px;
    vertical-align: top;
}
.c-accordion__title-icon {
    width: 18px;
    height: 28px;
    position: absolute;
    right: 20px;
    top:15px;
}
.c-accordion__title-icon:before,
.c-accordion__title-icon:after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    width: 9px;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #004666;
    transform-origin: bottom;
    content: ""
}
.c-accordion__title.is-open .c-accordion__title-icon:before,
.c-accordion__title.is-open .c-accordion__title-icon:after {
    transform-origin: top
}
.c-accordion__title-icon:before {
    right: 50%;
    transform: translateY(-50%) translateX(1px) rotate(45deg)
}
.active .c-accordion__title-icon:before {
    transform: translateY(-50%) translateX(1px) rotate(-45deg)
}
.c-accordion__title-icon:after {
    left: 50%;
    transform: translateY(-50%) translateX(-1px) rotate(-45deg)
}
.active .c-accordion__title-icon:after {
	left: 40%;
    transform: translateY(-50%) translateX(-1px) rotate(45deg)
}
.collapse {
    overflow: hidden;
}
.encabezados p {
    font-size: 16px;
    padding: 25px 20px 0;
    text-align:center;
    width: 100%;
    margin:0 auto;
}
.encabezados.collapse {} 

/************************************************************************
  BREADCRUMB
************************************************************************/

.c-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-breadcrumb li {
	position: relative;
    display: inline-block;
    color:#fff;
}
.c-breadcrumb li a,.c-breadcrumb li span {
    display: block;    
    text-decoration: none;
    font-weight: normal;
}
.c-breadcrumb li:not(:first-child) a,.c-breadcrumb li:not(:first-child) > span {
    padding-left: 19px;
    padding-right: 14px;
}
.c-breadcrumb li:not(:first-child)::before {
    speak: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\e95a";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    font-family: vwfs-iconfont;
    font-variant: normal;
}
.c-breadcrumb li a span {
    display: block;
    position: relative;
}

/************************************************************************
  PASOS
************************************************************************/
#mcdPasosOp{
	clear:both;
}

.breadcrumb{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: stepper-nav-count;
    overflow: hidden;
    background:transparent;	
}
.breadcrumb li{
	display: inline-block;
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    text-align:center;
    min-width: 33%\9;
}
.breadcrumb li:not(:last-child)::after {
    display: block;
    width: 1000px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 21px;
     z-index: -1;
    content: ""
}
.breadcrumb li:last-child::after {
    display: block;
    width: 1000px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 21px;
    transform: translateY(-50%);
    background-color: #fff!important;
    z-index: -1;
    content: ""
}
.breadcrumb>li+li:before {
    padding:0;
    content: "";
}
.breadcrumb>li+li.current:before {
    padding:0;
    content: "";
}

.breadcrumb li span{
	cursor:pointer;
	text-align: center;
}
.breadcrumb li span:before {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 1rem;
    line-height: 44px;
    display: block;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    border: 1px solid #a8adb3;
    color: #4c5356;
    background-color: #a8adb3;
    counter-increment: stepper-nav-count;
    content: counter(stepper-nav-count);
    z-index:1;
}


.breadcrumb li.current:after {
    background-color: #d8d8d8;
}

.breadcrumb li.active:after {
    background-color: #004666;
}

.breadcrumb li.current span,.breadcrumb li.active span{
    color: #004666;
}

.breadcrumb li.current span:before{
    border-color: #004666;
    color: #fff;
    background-color: #004666;
    z-index:1;
}
.breadcrumb li.active span:before {
	border-color: #004666;
    color:#004666;
    background-color: #fff;
    z-index:1;
	
}


/************************************************************************
  LISTADOS
************************************************************************/

.resListado{
    padding: 20px 0;
    width: 66.66667%;
    margin:0 auto;
    display: table;
}
@media only screen and (min-width:320px) {	
	.resListado{width:100%;padding:20px;}
	    
}
@media only screen and (min-width:992px) {
	.resListado{width: 66.66667%;padding: 20px 0;}
}


.resListado dd,.resListado dt{
	padding-left:0;
}
.resFav dl>dt{
	display:none;
}
.resFav dl>dd{
	width:100%!important;
}
.resFav dl>dd:before{
	
}

/************************************************************************
  CONTENEDOR
************************************************************************/
.container,.container-fluid{
	padding: 0;
} 

/*excepcion*/

#solicitarFirmaPos{
	margin:20px 0;
}

.container {
    padding: 0;
    margin: 0 auto;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.o-page-wrap {
	width:85%;
	max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
}
.login .o-page-wrap {
   max-width:1320px;	 
}

@media only screen and (min-width:320px) {
	.o-page-wrap {
		width:100%;
		padding:0;

	}
	.login .o-page-wrap {
		width:calc(100% - 20px);
		padding:0;

	}
}
@media only screen and (min-width:768px) {
	.o-page-wrap {
		padding: 0 20px;
         
	}
}
@media only screen and (min-width:992px) {
	.o-page-wrap {
		width:95%!important;
		max-width: 1450px;
		padding: 0 20px;
         
	}
}
@media only screen and (min-width:1200px) {
	.o-page-wrap {
		padding:0;
	}
}

.slimmer{
	margin-right: auto;
    margin-left: auto;
    width: 66.66667%;
    padding:0!important;
}
@media only screen and (max-width: 45em) {
	.slimmer{
		width:100%;
	}
}

.slimmer .o-media__body p{
	max-width:525px;
}

.c-divider {
    width: 60px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background-color: #004666;
    clear: both;
    margin-top:56px;
}
@media only screen and (max-width:640px) {
	.c-divider {margin:40px auto 0!important}
}
h4 + .c-divider{
	margin-top:15px;
}
.cont_btn_mov{
	text-align:center;
}
.infoContent{
	margin:20px 0;
}
.infoContent p{
	margin-top:10px;
}

.contenedor_firma label,.contenedor_firma label>input{
	text-align: center;
	
}
.contenedor_firma label{
	width:8.2%;
}
@media only screen and (min-width:320px) {
	.contenedor_firma label>input{
		    padding: 0;
		    height:30px
	}
}
@media only screen and (min-width:768px) {
	.contenedor_firma label>input{
	        padding: 0 10px;
	        height: 44px;
	}
}
.pre_posglobal {
    float: none!important;
    margin: 2% auto;
    text-align: center;
}
.pre_posglobal h2 {
	marginbottom:10px;
}
.c-icon-nav{
	margin:40px 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block\9;
    width:100%;
    text-align:center;
}
.c-icon-nav>div{
	width:auto;
    margin:0 auto;
    min-width: 200px;
    -ms-flex-preferred-size:25%;
    flex-basis:25%;
    display:inline-block\9;
}

.c-icon-nav button{
    display:inline-block;
    margin: 0 auto;
    border:0;
    text-align: center;
    text-decoration: none;
    background: transparent;
    padding:0;
    border:0;
    line-height:1.5;
    width: 100%;
    text-align: center;
    box-shadow:none;
    height:auto;
}
.c-icon-nav button:hover,.c-icon-nav button:hover:before{
	box-shadow:none;
}
.c-icon-nav button:before{
    font-size: 3rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #66e4ee;
    color: #004666;
    font-family: "vwfs-iconfont" !important;
    content: "\e957";
    font-weight:400;
    position:relative;
    display:block;
    margin: 0 auto 20px;
    box-shadow:none;
}

/************************************************************************
  CABECERA
************************************************************************/

/*temporal*/

.idiomas + .c-page-head__wrapper {
	margin-top:-60px;
}

.c-page-head__wrapper {
    position: relative;
}

.c-page-head {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:5;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.6)
}



.c-page-head__inner {
    padding-left: 208px;
    position: relative;
}
@media only screen and (min-width:320px) {
	.c-page-head {
    	height: 48px;

	}
	.c-page-head__inner {
    	padding-right: 20px;
	}
}
@media only screen and (min-width:768px) {
	.c-page-head {
    	height: 68px;

	}
    .c-page-head__inner {
        padding-right:0
        
    }
}

@media only screen and (max-width: 45em) {
    .c-page-head__inner {
        padding-left: 184px
        
    }
}
.c-page-head--no-nav {
    background-color: transparent
}
.c-brand-logo {
	display: inline-block;
    width: 180px;
    height: 108px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, #003b57 0%, #0b6e8e 100%);
    z-index:10;
}
.c-brand-logo svg {
    width: 140px;
    height: 108px;
    fill: #fff;
}
@media only screen and (max-width: 45em){

	.c-brand-logo {
	    width: 170px;
	    height: 48px;
	}
	.c-brand-logo svg {
	    width: 130px;
	    height: 48px;
	}
	.c-brand-logo.c-brand-logo--large-screen {
    	display: none;
	}
	
}
@media only screen and (min-width: 45.01em){
	.c-brand-logo.c-brand-logo--small-screen {
	    display: none;
	}
}
/*********
  idiomas
**********/

.idiomas {
    position: relative;
    width: 100%;
    height: auto;
    text-align: right;
    z-index: 10000;
    max-width: 1320px;
    margin: 0 auto;
}
.idiomas a {
    display: inline-block;
    margin:10px 18px 10px 0;
    padding:8px 0;
    color: #004666;
    text-decoration: none;
}
.idiomas a:last-of-type, .idiomas a + a{
	margin-right:20px;
}

.idiomas a:after{
   content: attr(data-title)!important;
}
.idiomas a span{
   display:none;
}

.idiomas a>i:before {
	margin-right:8px;
	font-size:1.33333rem;
	vertical-align: middle;
}
/*.idiomas a:first-child + a {
    margin-right: 20px;
}*/
@media only screen and (max-width: 768px) {
    .idiomas a {
        padding: 6px 0;
        font-size: 11px;
    } 
    .idiomas a>i:before {
        font-size:.9rem
    }   

}
/*********
  banner
**********/

.c-hero-teaser {
    display: block;
    position: relative;
    height:280px;
    background:#fff url('../img/cuenta_W.jpg') no-repeat;
	background-size: 100% auto;
    background-position: center center;
    transition: width 0.5s ease-in-out;
}
.c-hero-teaser.cab1a{
	height:512px;
	background:#fff url('../img/cuenta_W.jpg') no-repeat;
	background-size: 100% auto;
    background-position: center center;
    transition: width 0.5s ease-in-out;
}
.c-hero-teaser.login {
	background:#fff url('../img/2084x1390_banca_2.jpg') no-repeat;
	background-size: cover;
	background-position: 100% center;
	transition: width 0.5s ease-in-out;
	height:580px;
}


@media only screen and (min-width: 320px) {
	.c-hero-teaser{
		/* background-position: center 0!important; */
	}	
    .c-hero-teaser.login {
        height:485px;
    }
    .c-hero-teaser,.c-hero-teaser.cab1a {
        height: 188px;
    }
    .c-hero-teaser.c-hero-teaser--auto {
        height: auto
    }
    .main{
    	min-height: calc(100vh - 713px);
    }
}


@media only screen and (min-width:768px) {
	.c-hero-teaser,.c-hero-teaser.cab1a {
        height: 280px;
    }
	
}

@media only screen and (min-width: 992px) {
	.c-hero-teaser.login {
        height:580px;
    }
        .main{
    	min-height: calc(100vh - 858px);
    }
	.c-hero-teaser{
		background-position: center center!important;;
	}	
    .c-hero-teaser.portada, .c-hero-teaser.cab1a{
		height:512px;
	}
}
@media only screen and (orientation: portrait) and (min-height: 801px) {
    .c-hero-teaser {
        padding-bottom: 56px
    }
}
.c-hero-teaser__image {
    z-index: 1;
    max-width: 100%;
    vertical-align: middle;
    font-style: italic;
}
.c-hero-teaser--no-image .c-hero-teaser__image {
    min-height: 160px;
    background-color: transparent
}
@media only screen and (max-width: 45em) {
    .c-hero-teaser--hide-image\@s .c-hero-teaser__image {
        display: none
    }
}
@media only screen and (min-width: 768px) {
    .c-hero-teaser__image {
        min-width: 100%;
        width: 100%;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'
    }
    .c-hero-teaser--top-center .c-hero-teaser__image {
        object-position: top center;
        font-family: 'object-fit: cover; object-position: top center;'
    }
    .c-hero-teaser--top-left .c-hero-teaser__image {
        object-position: top left;
        font-family: 'object-fit: cover; object-position: top left;'
    }
    .c-hero-teaser--top-right .c-hero-teaser__image {
        object-position: top right;
        font-family: 'object-fit: cover; object-position: top right;'
    }
    .c-hero-teaser--center-left .c-hero-teaser__image {
        object-position: center left;
        font-family: 'object-fit: cover; object-position: center left;'
    }
    .c-hero-teaser--center-right .c-hero-teaser__image {
        object-position: center right;
        font-family: 'object-fit: cover; object-position: center right;'
    }
    .c-hero-teaser--bottom-center .c-hero-teaser__image {
        object-position: bottom center;
        font-family: 'object-fit: cover; object-position: bottom center;'
    }
    .c-hero-teaser--bottom-left .c-hero-teaser__image {
        object-position: bottom left;
        font-family: 'object-fit: cover; object-position: bottom left;'
    }
    .c-hero-teaser--bottom-right .c-hero-teaser__image {
        object-position: bottom right;
        font-family: 'object-fit: cover; object-position: bottom right;'
    }
}
@media only screen and (max-width: 568px) {
    .c-hero-teaser__image {
        min-height: 182px;
		position: absolute;
		width: 100%;
		top: -49px;
    }
}
.c-hero-teaser__content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top:220px;
}
@media only screen and (max-width:768px) {
	.c-hero-teaser__content {
		padding-top:175px;
	}
}

.c-section-headline__title {
    margin-bottom: 4px
}

@media only screen and (min-width: 45.01em) {
    .c-section-headline__title {
        max-width:85.66666%
    }
}
.c-hero-teaser .c-section-headline__title:first-child>* {
    margin-top: -.5em;
}
@media only screen and (min-width: 320px) {
    .c-hero-teaser .c-section-headline__title:first-child>* {
        margin-top: -1.7em;
    }
}
@media only screen and (min-width: 340px) {
    .c-hero-teaser .c-section-headline__title:first-child>* {
        margin-top: -1em;
    }
}
@media only screen and (min-width: 768px) {
    .c-hero-teaser .c-section-headline__title:first-child>* {
        margin-top: -.5em;
    }
}
.c-section-headline__title>* {
    margin-bottom: 0;
    line-height: 1
}
.c-section-headline__row {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(0, 70, 102, 0.8);
    color: #fff;
    line-height: 1.5em;
}
/*************
  FORM LOGIN
**************/

.c-login-bar {
    padding-top:12px;
    padding-bottom:12px;
    background-color: rgba(0, 70, 102, 0.8)
}
.c-hero-teaser .c-login-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.c-login-bar__form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align:baseline;
     -webkit-align-items:baseline;
    align-items:baseline;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 34px;
    
}
.c-login-bar__form-label,
.c-login-bar__form-link {
    color: #fff!important;
    margin-left: 20px;
}

.form-group {
    border-color: transparent;
    position: relative;
    margin-bottom: 0;
    margin-right:20px;
}
.form-group > div + div{
	margin-left:15px;
}
@media only screen and (min-width: 320px) {
	.c-login-bar__form {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    margin-left: 0;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    max-width:320px;
	    margin:0 auto;
	}
	.c-login-bar__form-label {
	    width: 100%;
	    -ms-flex-negative: 0;
	    flex-shrink: 0;
	    margin-bottom: 10px;
	    margin-left:0;
	    text-align:left;
	}
	.form-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
	
	.c-login-bar__btn {
	    max-width: 100%;
	    width: 100%;
	}		
	.c-login-bar__form-link {
	    margin-left: 0;
	    margin-top: 15px;
	}
	

}
@media only screen and (min-width:580px) {	
	.c-login-bar__form {
		flex-direction:row;
		align-items: center;		
	}	
}
@media only screen and (min-width:708px) {
	.c-login-bar__form {
		max-width:none;		
	}
	.c-login-bar__form-label {
    	margin-right: 20px;
    	min-width: 114px;
    	width:auto;
	}
	.c-login-bar__form-link {
	    margin-left: 20px;

	}
	.form-group {
        margin-right:10px;
        margin-bottom:0;
    }
	.c-login-bar .form-group {
		width:auto;
	}

	.c-login-bar__btn {
	    max-width: 281px;
	    width:auto;
	}
}


@media only screen and (min-width:925px) {
	.c-login-bar__form-link {
	    margin-top:0;
	}
}

/************************************************************************
  TABLAS
************************************************************************/

table {
    width: 100%;
    border-spacing: 14px 0;
   /* table-layout: fixed;*/
    border-collapse: separate;
    font-size:14px;
}
th,
td {
    border-bottom: 1px solid #004666;
    padding: 14px;
    text-align: left;
    vertical-align: middle;
}
table>tbody>tr {
    border-top: 1px solid #ccc;
    page-break-inside: avoid;
}
table>thead>tr>th {
    border-top: 2px solid #004666;
    font-size:13.5px;
}

table>tfoot>tr>td,
table>tfoot>tr>th {
    background-color: #f2f2f2;
}


table>tbody>tr>td:first-child {
    padding-left: 25px
}
table>tbody>tr.detalle_oculto>td {
    padding: 0;
}
.table-responsive {
    clear: both;
    margin-bottom: 30px;
    width: calc(100% + (2 * 14px));
    margin-right: -14px;
    margin-left: -14px;
    overflow: hidden;
}
.c-divider + .table-responsive {
	 margin-bottom:25px;
}

#tablaDocumentos{
	width: 100%;
    float: left;
    text-align: left;
}

tr.detalle_oculto {
    border: 0;
    background: #fff;
}
.detalle_oculto dt {
    width: 25%;
    padding-left: 0;
    font-weight: normal;
    color: #4c5356;
}
@media only screen and (min-width: 320px) {
    .detalle_oculto dt {
        width: auto;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 480px) {
    .detalle_oculto dt {
        width: 25%;
    }
}
.detalle_oculto dl {
    margin: 0 0 8px 6px;
    padding: 15px;
    font-weight: bold;
    color: #004969;
}
.detalle_oculto button {
    bottom: 15px;
    right: 25px;
}
table>tbody>tr.detalle_oculto>td {
    padding: 0;
    border: 0;
}
table>tbody>tr.collapsed {
    cursor: pointer;
}
table>tbody>tr[data-bs-toggle="collapse"] {
    background: #f5f5f5;
    cursor: pointer;
}
table>tbody>tr[data-bs-toggle="collapse"].collapsed {
    background: #fff;
}
tbody td i,
tbody tr[data-bs-toggle="collapse"].collapsed td:first-child:before,
tbody tr[data-bs-toggle="collapse"] td:first-child:before {
    color: #6ca3b9;
    vertical-align: middle;
    margin-right: 7px;
    border: 0;
    display: inline-block;
    font-family: "vwfs-iconfont" !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: -20px;
    font-size: 14px;
}
tbody td i.icon-detalle{
	margin-left:5px;
}

tbody td i.icon-pdf{
	margin:0;
}

table>tbody>tr[data-bs-toggle="collapse"] td:first-child:before {
    content: '\e952';
}
table>tbody>tr[data-bs-toggle="collapse"].collapsed td:first-child:before {
    content: '\e95a';
}

table th span.sortable {
    background-image: url('../img/sort_both.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 10px!important;
    cursor: pointer;
    margin-left: -8px;
}
table th.desc span.sortable {
    background-image: url('../img/sort_asc.png');
    background-repeat: no-repeat;
    background-position: center;
}
table th.asc span.sortable {
    background-image: url('../img/sort_desc.png');
    background-repeat: no-repeat;
    background-position: center;
}


.td_w85 {
    width: 85%;
}
.td_w70 {
    width: 70%;
}
.td_w60 {
    width: 60%;
}
.td_w50 {
    width: 50%;
}
.td_w40 {
    width: 40%;
}
.td_w38 {
    width: 38%;
}
.td_w35 {
    width: 35%;
}
.td_w34 {
    width: 34%;
}
.td_w32 {
    width: 32%;
}
.td_w30 {
    width: 30%;
}
.td_w27 {
    width: 27%;
}
.td_w25 {
    width: 25%;
}
.td_w23 {
    width: 23%;
}
.td_w20 {
    width: 20%;
}
.td_w19 {
    width: 19%;
}
.td_w18 {
    width: 18%;
    white-space: nowrap;
    overflow-x: hidden!important;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.td_w17 {
    width: 17%;
}
.td_w16 {
    width: 16%;
}
.td_w15 {
    width: 15%;
}
.td_w14 {
    width: 14%;
}
.td_w13 {
    width: 13%;
}
.td_w12 {
    width: 12%;
}
.td_w11 {
    width: 11%;
}
.td_w10 {
    width: 10%;
}
.td_w9 {
    width: 9%;
}
.td_w8 {
    width: 8%;
}
.td_w5 {
    width: 5%;
}
.td_w4 {
    width: 4%;
}
.td_w3 {
    width: 3%;
}
.td_w2 {
    width: 2%;
}
@media only screen and (max-width: 575px) {
    /* ==== Inicio de estilos para hacer las tablas responsive en bloque */
    
    .table-responsive table {
        display: table;
    }
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive tbody tr,
    .table-responsive tbody td {
        display: block;
    }
    .table-responsive {
        margin: -10px -14px 10px;
        border: none;
        clear: both;
    }
    .table-responsive table {
        margin-bottom: 15px;
    }
    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-responsive tbody>tr {
        position: relative;
        padding-bottom: 10px;
    }
    .table-responsive tbody>tr:not(.detalle_oculto)>td {
        border: none;
        position: relative;
        padding-left: 36%;
        white-space: normal;
        text-align: left;
        width: 99%;
    }
    .table-responsive tbody>tr[data-bs-toggle="collapse"].collapsed:after {
        font-family: 'vwfs-iconfont';
        content: '\e95a';
        font-size: 25px;
        color: #6ca3b9;
        position: absolute;
        right: 10px;
        top: calc(50% - 18px);
    }
    .table-responsive tbody>tr[data-bs-toggle="collapse"].tablesorter-hasChildRow:after {
        font-family: 'vwfs-iconfont';
        content: '\e952';
        font-size: 25px;
        color: #6ca3b9;
        position: absolute;
        right: 15px;
        top: calc(50% - 18px);
    }
    .table-responsive tfoot>tr {
        display: flex;
        width: 100vw;
    }
    .table-responsive tfoot>tr>td:nth-child(2) {
        width: 76.5%;
    }
    .table-responsive tfoot>tr>td:nth-child(3) {
        width:50%;
    }
    .table-responsive tfoot>tr>td:nth-child(3n-2) {
        width: 38%;
    }
    .table-responsive tbody>tr>td:before {
        position: absolute;
        left: 17px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold!important;
        font-family: inherit!important;
        content: attr(data-title)!important;
        color: #333e48!important;
        line-height: inherit!important;
    }
    .detalle_oculto {
        padding-bottom: 0;
        padding-top: 0px;
    }
    .detalle_oculto td {
        width: 100%;
        padding-left: 0;
    }
    .detalle_oculto dl {
        padding: 15px 0 0 17px;
        margin: 0
    }
    .detalle_oculto .collapse.in {
        padding-left: 0;
        padding-bottom: 36px
    }
    /* ==== Fin de estilos para hacer las tablas responsive en bloque */
    
    tbody td i,
    tbody tr[data-bs-toggle="collapse"].collapsed td:first-child:before,
    tbody tr[data-bs-toggle="collapse"] td:first-child:before {
        margin-left: 0px;
    }
}
.detalle_oculto .list-group-submenu {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 10px;
    width: auto;
}
.collapse {
    position: relative;
}


table .collapse.in, .collapse.childOculto {
    border-bottom: 1px solid #004666;
}
@media only screen and (max-width: 768px) {
    .detalle_oculto .list-group-submenu {
		position: relative;
    	right: 0;
    	width: 100%;
    	margin: -15px 0 0;
    	padding: 0 15px 0;
   		min-height: 23px;
    }
}
@media only screen and (max-width: 768px) {
    .td-drop-menu-1,
    .td-drop-menu-2,
    .td-drop-menu-3,
    .td-drop-menu-4,
    .td-drop-menu-5,
    .td-drop-menu-6 {
        position: relative;
        min-height: 1px;
        float: left;
    }
    .td-drop-menu-1 {
        width: 100%
    }
    .td-drop-menu-2 {
        width: 50%
    }
    .td-drop-menu-3 {
        width: 33.33333%
    }
    .td-drop-menu-4 {
        width: 25%
    }
    .td-drop-menu-5 {
        width: 20%
    }
    .td-drop-menu-6 {
        width: 16.66667%
    }
}
#contOpRelacionadas .fila_subtitular th{
	background: #004666;
    color: #fff;
    text-transform: uppercase;
    font-weight:normal;
    font-size:110%;
}
/*Tabla scroll-x*/

.tablaScroll{
	overflow:scroll;
	height:650px;
	position:relative;	
}
@media only screen and (max-height: 768px) {
	.tablaScroll{
		height:400px;	
	}
}
.tablaScroll table > thead{
	z-index:10;
}

.tablaScroll table > thead > tr > th{
	white-space: nowrap;
}
.tablaScroll table>tbody{
	position:relative;
}
.tablaScroll table>tbody>tr>td {
    padding: 10px 0 10px 28px;

}

/************************************************************************
  MENU
************************************************************************/

@media only screen and (max-width:768px) {
    .u-hide\@xs {
        display: none !important;
    }
}
.c-page-head-nav {
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    list-style: none
}
@media only screen and (max-width: 45em) {
    .c-page-head-nav {
        line-height: 48px;
    }
}

.c-page-head-nav__item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 30px;
}
@media only screen and (max-width: 30em) {
    .c-page-head-nav__item {
    	margin-left: 4px;
	}
}
.c-page-head-nav__link, .logout {
    font-size: 15px;
    font-size: .83333rem;
    line-height: 68px;
    display: block;
    text-decoration: none;
    height: 68px;
    color: #004666;
    font-weight:400;
}

@media only screen and (min-width: 30.01em) {
    .c-page-head-nav__link, .logout  {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 48px
    }
}
@media only screen and (min-width: 45.01em) {
	 .logout {
    	width:auto;
 	}
    .c-page-head-nav__link, .logout  {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 68px;
        height: 48px;
    }
}
@media only screen and (min-width: 60.01em) {
    .c-page-head-nav__link, .logout {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 68px;
        height: 68px;
    }
}
@media only screen and (max-width:768px) {
	 .logout {
    	width: 36px;
 	}
}

.c-page-head-nav__link:hover .c-page-head-nav__link-text:after,
.c-page-head-nav__link:focus .c-page-head-nav__link-text:after,
.c-page-head-nav__link:active .c-page-head-nav__link-text:after {
    width: 100%
}
@media only screen and (max-width: 45em) {
    .c-page-head-nav__link {
        line-height: 48px;
        height: 48px;
    }
}
.c-page-head-nav__link-text,.logout span {
    display: inline-block;
    position: relative;
    font-size: 1rem;
    font-weight:600;
}
.c-page-head-nav__link-text:before,.logout span {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-width: 0;
    content: ""
}
.logout span {
    height: 68px;
    transform: translateX(-78%);
    position: relative;
    line-height: 3.2;
    border-right: 5px;
    border-left: 5px;
    width: 150px;    
}
.logout:before{
	position:absolute;
	right: 0;
}
@media only screen and (min-width:320px) {
	.logout span {
    	width:55px;
	}
	.logout:before{
		top:12px;
		margin-right:0;
	}
}
@media only screen and (min-width:768px) {
	.logout span {
    	width:150px;
	}
	.logout:before{
		right:0;
		top:21px;
	}
}

.c-page-head-nav__link.is-open .c-page-head-nav__link-text:before {
    border-width: 8px;
    border-bottom-color: #004666
}
.c-page-head-nav__link-text:after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    top: calc(50% + 9px);
    left: 50%;
    transform: translateX(-50%);
    background-color: currentColor;
    content: ""
}
.c-page-head-nav__link-icon {
    position: relative;    
    vertical-align: middle;
    top: 4px;
     
}
.c-page-head-nav__link-icon.icon-xs{
	top:2px;
}

.c-page-head-nav__link-icon:before {
	margin-right:5px;
	font-size:1.35rem;
}

.c-page-head-nav__link-icon.c-icon--small.c-icon--arrow-bottom {
    width: 16px;
    height: 16px;
    font-size: 16px
}
.c-page-head-nav__link-icon.c-burger {
    margin-left: 6.7px;
    top: -2px;
}
.c-burger {
    display: inline-block;
    width: 24px;
    height: 16px;
    position: relative;
    vertical-align: middle
}
.c-burger:before,
.c-burger:after {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #004666;
    content: ""
}
.c-burger:before {
    top: 0;
    margin-left: 0;
}
.c-burger:after {
    bottom: 0
}
.c-burger span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #004666
}

.icon-user:before {
    font-weight: 600;
    font-size:1.5rem;
}
.icon-arrow-bottom:before{
	font-size:1rem;
}

.c-page-head-nav__dropdown {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    max-height: 0;
    width: 232.72727px;
    position: absolute;
    top: 100%;
    left: -120px;
    overflow: hidden
}
.c-page-head-nav__dropdown.is-open {
    max-height: 5000px
}
.c-page-head-nav__dropdown-content {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    margin: 0;
    padding: 28px;
    background-color: #004666;
    text-align: left;
    list-style: none;
    transform: translateY(-100%)
}
.c-page-head-nav__dropdown.is-open .c-page-head-nav__dropdown-content {
    transform: translateY(0)
}
.c-page-head-nav__dropdown-list-item {
    display: block;
    border-bottom: 1px solid #006384
}
.c-page-head-nav__dropdown-list-link {
    font-size: 15px;
    font-size: .83333rem;
    line-height: 1.6;
    display: block;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
}
@media only screen and (min-width: 30.01em) {
    .c-page-head-nav__dropdown-list-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 1.6
    }
}
@media only screen and (min-width: 45.01em) {
    .c-page-head-nav__dropdown-list-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 1.6
    }
}
@media only screen and (min-width: 60.01em) {
    .c-page-head-nav__dropdown-list-link {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 1.6
    }
}
.c-page-head-nav__dropdown-list-link:hover,.c-page-head-nav__dropdown-list-link:focus {
    background-color: rgba(0, 99, 132, 0.5);
    color: #fff!important;
}
.c-page-head-nav__dropdown-list-link:not(a),
.c-page-head-nav__dropdown-list-link:not(a):hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.3);
    cursor: default
}
.c-mega-menu__list-title small {
    display: block;
}
.c-mega-menu__outer-wrap {
   z-index:100; 
   top: 48px;
}

.c-mega-menu__link {
    font-weight:600;
}

@media only screen and (max-width: 45em) {
    .c-mega-menu__outer-wrap {
        overflow: hidden;
        width: 100.5%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        
    }
    .c-mega-menu__outer-wrap.o-page-wrap {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .c-mega-menu__inner-wrap {
        max-height: 5000px;
        overflow: hidden;
        transform: translateY(0)
    }
    .c-mega-menu__inner-wrap.is-closed {
        max-height: 0;
        transform: translateY(-100%)
    }
    .c-mega-menu__inner-wrap.js-is-loaded {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease
    }
    .c-mega-menu {
        display: none;
        padding: 20px 10px;
        background-color: #004666
    }
    .c-mega-menu.js-is-loaded {
        display: inline-block;
        width:100%;
    }
    .c-mega-menu:target {
        display: block
    }
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 1.53846;
        color: #fff;
        opacity: .3;
        text-transform: uppercase;
        font-weight: bold;
        margin-top:10px;
    }
    .c-mega-menu__list-title small {
        display: block;
    }
}
@media only screen and (max-width: 45em) and (min-width: 30.01em) {
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 1.53846
    }
}
@media only screen and (max-width: 45em) and (min-width: 45.01em) {
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 1.53846
    }
}
@media only screen and (max-width: 45em) and (min-width: 60.01em) {
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 1.53846
    }
}
@media only screen and (max-width: 45em) {
    .c-mega-menu__list-title:not(:first-of-type) {
        margin-top: 14px
    }
    .c-mega-menu__list {
        margin: 0;
        list-style: none
    }
    .js-is-not-loaded .c-mega-menu__list {
        display: block !important;
        position: relative !important
    }
    .c-mega-menu__list.c-mega-menu__list--level-two {
        display: none
    }
    .c-mega-menu__list.c-mega-menu__list--level-two.is-open-on-mobile {
        display: block
    }
    .c-mega-menu__list.c-mega-menu__list--level-two>li:last-child {
        border-bottom: 0
    }
    .c-mega-menu__list.c-mega-menu__list--level-three {
        display: none
    }
    .c-mega-menu__list.c-mega-menu__list--level-three.is-open-on-mobile {
        display: block
    }
    .c-mega-menu__list.c-mega-menu__list--level-three>li:last-child {
        border-bottom: 0
    }
    .c-mega-menu__list li:not(.c-mega-menu__list-title) {
        border-bottom: 1px solid #006384
    }
    .c-mega-menu__link {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease;
        display: block;
        padding-left: 10px;
        padding-right: 33px;
        padding-top: 14px;
        padding-bottom: 14px;
        position: relative;
        color: #fff;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }
    .c-mega-menu__link:hover {
        color: #fff
    }
    .c-mega-menu__link.is-open-on-mobile {
        background-color: #006384
    }
    .c-mega-menu__link.is-open-on-mobile:after {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        background-color: #004666;
        content: ""
    }
    .c-mega-menu__link.c-mega-menu__link--level-two {
        padding-left: 30px;
        padding-right: 30px
    }
    .c-mega-menu__link.c-mega-menu__link--level-three {
        padding-left: 50px;
        padding-right: 50px
    }
    .c-mega-menu__link.c-mega-menu__link--level-four {
        padding-left: 60px;
        padding-right: 60px
    }
    .c-mega-menu__arrow {
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 14px
    }
    .c-mega-menu__arrow:before,
    .c-mega-menu__arrow:after {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease;
        width: 9px;
        height: 2px;
        position: absolute;
        top: 50%;
        background-color: #66e4ee;
        content: ""
    }
    .c-mega-menu__arrow:before {
        right: 50%;
        transform: translateY(100%) rotate(45deg);
        transform-origin: bottom right
    }
    .is-open-on-mobile>.c-mega-menu__arrow:before {
        transform: translateY(-200%) rotate(-45deg);
        transform-origin: top right
    }
    .c-mega-menu__arrow:after {
        left: 50%;
        transform: translateY(100%) rotate(-45deg);
        transform-origin: bottom left
    }
    .is-open-on-mobile>.c-mega-menu__arrow:after {
        transform: translateY(-200%) rotate(45deg);
        transform-origin: top left
    }
    .c-mega-menu__icon.c-mega-menu__icon.c-mega-menu__icon {
        display: block;
        position: relative;
        line-height: 18px
    }
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 24px;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 30px;
        top: 11px;
        text-align: center;
        background-color: #ff4963;
        border-radius: 50%
    }
}
@media only screen and (max-width: 45em) and (min-width: 30.01em) {
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 24px
    }
}
@media only screen and (max-width: 45em) and (min-width: 45.01em) {
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 24px
    }
}
@media only screen and (max-width: 45em) and (min-width: 60.01em) {
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
        line-height: 24px
    }
}
@media only screen and (max-width: 45em) {
    a.c-mega-menu__link .c-mega-menu__counter {
        right: 10px
    }
}
@media only screen and (min-width: 45.01em) {
    .c-mega-menu__outer-wrap {
        overflow: hidden;
        width: 100%;
        position: absolute;
        left:48%;
        transform: translateX(-56%);
        top: 68px;
    }
    .c-mega-menu__inner-wrap {
        max-height: 5000px;
        overflow: hidden;
        transform: translateY(0)
    }
    .c-mega-menu__inner-wrap.is-closed {
        max-height: 0;
        transform: translateY(-100%)
    }
    .c-mega-menu__inner-wrap.js-is-loaded {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease
    }
    .c-mega-menu {
        display: none;
        max-width:1280px;
        min-height:405px;
        padding-top: 28px;
        padding-bottom: 28px;
        margin-right: 0;
        margin-left: auto;
        position: relative;
        background-color: #004666;
        overflow: hidden
    }
    .c-mega-menu.js-is-loaded {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease;
        display: block
    }
    .c-mega-menu:target {
        display: block
    }
    .c-mega-menu:before,
    .c-mega-menu:after {
        display: block;
        width: 1px;
        height: calc(100% - (56px));
        position: absolute;
        top: 28px;
        background-color: #006384;
        content: ""
    }
    .c-mega-menu:before {
        left: 25%
    }
    .c-mega-menu:after {
        left: 50%
    }
    .c-mega-menu.js-is-not-loaded:before,
    .c-mega-menu.js-is-not-loaded:after {
        display: none
    }
    .c-mega-menu.c-mega-menu--first-level-is-open {
        transform: translateX(75%)
    }
    .c-mega-menu.c-mega-menu--second-level-is-open {
        transform: translateX(50%)
    }
    .c-mega-menu.c-mega-menu--third-level-is-open {
        transform: translateX(25%)
    }
    .c-mega-menu.c-mega-menu--four-level-is-open {
        transform: translateX(0%)
    }
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 20px;
        color: #fff;
        opacity: .3;
        text-transform: uppercase;
        font-weight: bold
    }
}
@media only screen and (min-width: 45.01em) and (min-width: 30.01em) {
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 20px
    }
}
@media only screen and (min-width: 45.01em) and (min-width: 45.01em) {
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 20px
    }
}
@media only screen and (min-width: 45.01em) and (min-width: 60.01em) {
    .c-mega-menu__list-title {
        font-size: 13px;
        font-size: .72222rem;
        line-height: 20px
    }
}
@media only screen and (min-width: 45.01em) {
    .c-mega-menu__list-title:not(:first-of-type) {
        margin-top: 14px
    }
    .c-mega-menu__list {
        margin: 0;
        list-style: none
    }
    .js-is-not-loaded .c-mega-menu__list {
        display: block !important;
        position: relative !important
    }
    .c-mega-menu__list.c-mega-menu__list--level-one {
        width: 25%;
        position: relative
    }
    .c-mega-menu__list.c-mega-menu__list--level-two,
    .c-mega-menu__list.c-mega-menu__list--level-three,
     .c-mega-menu__list.c-mega-menu__list--level-four {
        width: 100%;
        position: absolute;
        top: 0;
        left: 100%
    }
    .c-mega-menu__list.c-mega-menu__list--level-two {
        display: none
    }
    .c-mega-menu__list.c-mega-menu__list--level-two.is-open-on-desktop {
        display: block
    }
    .c-mega-menu__list-title:first-child ~ li .c-mega-menu__list.c-mega-menu__list--level-two {
        top: 20px
    }
    .c-mega-menu__list.c-mega-menu__list--level-three,.c-mega-menu__list.c-mega-menu__list--level-four {
        min-height: 100%;
        display: none
    }
    .c-mega-menu__list.c-mega-menu__list--level-three.is-open-on-desktop,.c-mega-menu__list.c-mega-menu__list--level-four.is-open-on-desktop {
        display: block;
    }  
    .c-mega-menu__list.c-mega-menu__list--level-four.is-open-on-desktop:after{
    	display: block;
    	width: 1px;
    	height:100%;
    	position: absolute;
    	top:0;
    	background-color: #006384;
    	content: "";
    }  
    
    
    .c-mega-menu__list li {
        margin-left:15px;
        margin-right:15px
    }
    .c-mega-menu__list li:not(.c-mega-menu__list-title) {
        border-bottom: 1px solid #006384
    }
    .c-mega-menu__link {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease;
        display: block;
        padding-left: 10px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 38px;
        position: relative;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 15px;
        line-height: 18px;
    }
    .c-mega-menu__link:hover, .c-mega-menu__link:focus,.c-page-head-nav__dropdown-list-item .active {
        background-color: rgba(0, 99, 132, 0.5);
        color: #fff
    }
    .c-mega-menu__link.is-open-on-desktop {
        background-color: #006384
    }
    .js-is-not-loaded .c-mega-menu__link:not(a) {
        background-color: transparent;
        cursor: default
    }
    .c-mega-menu__arrow {
        width: 8px;
        height: 18px;
        position: absolute;
        right: 15px;
        top: 14px
    }
    .c-mega-menu__arrow:before,
    .c-mega-menu__arrow:after {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease;
        height: 9px;
        width: 2px;
        position: absolute;
        right: 0;
        background-color: #66e4ee;
        content: ""
    }
    .c-mega-menu__arrow:before {
        bottom: 50%;
        transform: rotate(-45deg);
        transform-origin: bottom right
    }
    .c-mega-menu__arrow:after {
        top: 50%;
        transform: rotate(45deg);
        transform-origin: top right
    }
    .c-mega-menu__icon.c-mega-menu__icon.c-mega-menu__icon {
        display: block;
        position: relative;
        line-height: 18px
    }
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
        line-height:33px;
        display: inline-block;
        width: 34px;
        height:34px;
        position: absolute;
        right: 35px;
        top: 8px;
        text-align: center;
        background-color: #ff4963;
        border-radius: 50%
    }
}
 .c-mega-menu__link.icon-small:before{
 	margin-right:21px;
 	vertical-align:middle;
    
 }


@media only screen and (min-width: 45.01em) and (min-width: 30.01em) {
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
    }
}
@media only screen and (min-width: 45.01em) and (min-width: 45.01em) {
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
    }
}
@media only screen and (min-width: 45.01em) and (min-width: 60.01em) {
    .c-mega-menu__counter {
        font-size: 15px;
        font-size: .83333rem;
    }
}
@media only screen and (min-width: 45.01em) {
    a.c-mega-menu__link .c-mega-menu__counter {
        right: 15px
    }
}
.c-mega-menu-dropdown {
    margin-left:15px;
    margin-right:15px;
    padding: 0;
    list-style: none;
    border: 1px solid #fff;
}
@media only screen and (min-width:320px) {
	.c-mega-menu-dropdown {
    	width:auto;
	}
 }
@media only screen and (min-width:721px) {
	.c-mega-menu-dropdown {
    	width: 28.66666%
	}
 }
@media only screen and (min-width:768px) {
	.c-mega-menu-dropdown {
    	width:22%;
	}
 }
@media only screen and (min-width:992px) {
	.c-mega-menu-dropdown {
    	width:22.66%;
	}
 }

.c-mega-menu-dropdown li {
    display: block;
    color:#fff;
}
.c-mega-menu-dropdown.is-open {
    padding-bottom: 7px;
    max-height:250px;
    overflow-y:scroll;
}
@media only screen and (min-width: 45.01em) {

}
.c-mega-menu-dropdown__title {
    font-size: 15px;
    font-size: .83333rem;
    line-height: 18px;
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer
}
.c-mega-menu-dropdown__item:first-child {
    position: relative
}
.c-mega-menu-dropdown__item:first-child:before{
	line-height: 2;
    position: absolute;
    left:2px;
}

.c-mega-menu-dropdown.is-open .c-mega-menu-dropdown__item:first-child {
    margin-bottom: 7px;
    border-bottom: 1px solid #fff
}

.c-mega-menu-dropdown__item:not(:first-child) {
    display: none
}
.c-mega-menu-dropdown.is-open .c-mega-menu-dropdown__item:not(:first-child) {
    display: block
}
.c-mega-menu-dropdown__link {
    font-size: 14px;
    font-size: .73333rem;
    line-height: 18px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none
}
.c-mega-menu-dropdown__link:hover {
    background-color: rgba(0, 99, 132, 0.5);
    color: #fff
}
.c-mega-menu-dropdown__link:not(a),
.c-mega-menu-dropdown__link:not(a):hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.3);
    cursor: default
}
.c-mega-menu-dropdown__icon {
    width: 25px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: #004666;
}
.c-mega-menu-dropdown__icon:before,
.c-mega-menu-dropdown__icon:after {
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: ease;
    width: 9px;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #66e4ee;
    content: ""
}
.c-mega-menu-dropdown__icon:before {
    right: 50%;
    transform: translateY(100%) rotate(45deg);
    transform-origin: bottom right;
}
.c-mega-menu-dropdown.is-open .c-mega-menu-dropdown__icon:before {
    transform: translateY(-200%) rotate(-45deg);
    transform-origin: top right;
}
.c-mega-menu-dropdown__icon:after {
    left: 50%;
    transform: translateY(100%) rotate(-45deg);
    transform-origin: bottom left;
}
.c-mega-menu-dropdown.is-open .c-mega-menu-dropdown__icon:after {
    transform: translateY(-200%) rotate(45deg);
    transform-origin: top left;
}
.c-mega-menu a.btn,.c-mega-menu a:hover.btn,.c-mega-menu a:focus.btn{
    border: solid 1px #66e4ee;
    background: transparent;
    color: #66e4ee;
    padding:12px 20px 0 18px\9;
}

/************************************************************************
  menuprovisional
************************************************************************/

.navbar {
    border-radius: 0;
    position: absolute;
    z-index: 100000;
	top:-269px;
    right:25%;
}
@media only screen and (mix-width: 320px) {
	.navbar {
		top:-192px;
	}
	
}
@media only screen and (min-width: 768px) {
	.navbar {
		top:-269px;

	}
	
}

.navbar-default,
.navbar-collapse {
    border: none;
    margin-bottom: 0;
}
.navbar-header {
    display: block;
    float: right;
}
.navbar-collapse {
    padding: 0;
}
.navbar-collapse {
    background-color: #00405b;
    position: absolute;
    width: 100%;
    top: 50px;
}
.nav .navbar-collapse.collapse {
    display: none;
}
.nav .navbar-collapse.collapse.in {
    display: block;
}
.navbar-default {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0!important;
    min-width: auto;
}
.navbar-toggle {
    display: block;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #00405b;
}
.nav-side-menu {
    min-width: 300px;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.nav-side-menu li a.nivel1 {
    padding: 8px 0;
}
.nav-side-menu li a.arrow2,
.nav-side-menu li a.arrow3,
.nav-side-menu li a.cuadrado {
    padding: 6px 0 6px 15px;
}
.nav-side-menu ul:first-child {
    padding-top: 15px;
}
.nav-side-menu li .active,
.nav-side-menu li.activado {
    background-color: #027594;
}
.nav-side-menu li .sub-menu a.active,
.nav-side-menu li .sub-menu2 a.active,
.nav-side-menu li .sub-menu3 a.active,
.nav-side-menu li .sub-menu li.activado,
.nav-side-menu li .sub-menu2 li.activado,
.nav-side-menu li .sub-menu3 li.activado {
    color: #fff!important;
    background-color: #027594;
}
.nav-side-menu li .sub-menu li,
.nav-side-menu li .sub-menu2 li,
.nav-side-menu li .sub-menu3 li {
    border: none;
    /*line-height: 30px;*/
    
    margin-left: 0px;
    overflow: hidden;
}
.nav-side-menu li .sub-menu li a:hover,
.nav-side-menu li .sub-menu2 li a:hover,
.nav-side-menu li .sub-menu3 li a:hover {
    background-color: #6ca3b9;
}
.arrow:before {
    font-family: vwfs-iconfont;
    content: "\e959";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-size: 9px;
    padding-top: 2px;
}
.arrow2:before {
    font-family: vwfs-iconfont;
    content: "\0062";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 8px;
    float: left;
    height: 100% !important;
    color: #fff;
    padding-top: 2px;
}
.arrow3:before {
    font-family: vwfs-iconfont;
    content: "\0042";
    display: inline-block;
    padding-left: 27px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 8px;
    float: left;
    height: 100% !important;
    padding-top: 2px;
}
a.active span.arrow:before {
    content: "\0047";
}
a.active span.arrow2:before {
    content: "\0063";
}
a.active span.arrow3:before {
    content: "\0043";
}
.cuadrado:before {
    font-family: vwfs-iconfont;
    content: "\004d";
    display: inline-block;
    padding-left: 15px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 5px;
    float: left;
    height: 100% !important;
    color: #fff;
    padding-top: 5px;
}
a:active .arrow:before {
    content: "\0047";
}
a:active .arrow2:before {
    content: "\0063";
}
a:active .arrow3:before {
    content: "\0043";
}
a:active .cuadrado:before {
    content: "\004d";
}
.nav-side-menu li {
    padding-left: 0px;
    width: 100%;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #fff;
    vertical-align: top;
    font-weight: normal;
    display: block;
}
.nav-side-menu li a:hover {
    color: #fff;
}
.nav-side-menu li a.nivel1 {
    padding-left: 10px;
}
.nav-side-menu li.active a,
.nav-side-menu li.active a i {
    color: #fff;
}
.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nivel1.collapsed.arrow > b {
    display: block;
}
.arrow2>span {
    display: block;
    padding-left: 28px;
}
.arrow3>span {
    display: block;
    padding-left: 45px;
}
.cuadrado>span {
    display: block;
    padding-left: 60px;
}
/************************************************************************
  CUERPO
************************************************************************/

.main {
    padding: 0;
    min-height:calc(100vh - 623px);
}
.main.login {
    min-height: auto;
}

.section {
    position: relative;
    padding-bottom: 22px;
    float: left;
    width: 100%;
    margin-bottom:80px;
}

@media only screen and (min-width: 320px) {
	.section {
         margin-bottom:40px;
    }
}
@media only screen and (min-width: 1200px) {
	.section {
	        margin-bottom:80px;
	}
}
/******************
  MODULOS + ICONOS
******************/

.o-layout {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -40px;
    line-height: 1.55556
}
.o-layout.o-layout--equal-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.o-layout__item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px
}
.o-layout--large .o-layout__item {
    padding-left: 40px;
    padding-right: 0;
}
.o-layout--middle .o-layout__item {
    vertical-align: middle
}
.o-layout--equal-height .o-layout__item {
    display: -ms-flexbox;
    display: flex
}
.o-layout--flush {
    margin-left: 0
}
.o-layout--flush>.o-layout__item {
    padding-left: 0
}
@media only screen and (max-width: 45em) {
    .o-layout {
        margin-left: -30px;
    }
}
.o-layout.o-layout--flush {
    margin-left: 0
}
@media only screen and (max-width: 45em) {
    .o-layout__item {
        padding-left: 12px
    }
}
@media only screen and (min-width: 80.01em) {
    .o-layout__item {
        padding-left: 24px
    }
}
@media only screen and (min-width: 100.01em) {
    .o-layout__item {
        padding-left: 28px
    }
}
.o-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}
.o-media.o-media--reversed {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
@media only screen and (max-width: 45em) {
    .o-media.o-media--column\@s {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media only screen and (max-width: 45em) {
    .o-media.o-media--column-reverse\@s {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}
.o-media__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 10px
}
.o-media--large .o-media__img {
    margin-right: 20px
}
.o-media--huge .o-media__img {
    margin-right: 80px
}
.o-media--reversed .o-media__img {
    margin-right: 0;
    margin-left: 10px
}
.o-media--reversed.o-media--large .o-media__img {
    margin-left: 20px
}
.o-media--reversed.o-media--huge .o-media__img {
    margin-left: 80px
}
.o-media--middle .o-media__img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
.o-media--bottom .o-media__img {
    -ms-flex-item-align: end;
    align-self: flex-end
}
@media only screen and (max-width: 45em) {
    .o-media--column\@s .o-media__img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px
    }
}
@media only screen and (max-width: 45em) {
    .o-media--column-reverse\@s .o-media__img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0
    }
}
@media only screen and (max-width: 45em) {
    .o-media--reversed.o-media--column\@s .o-media__img {
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (max-width: 45em) {
    .o-media--reversed.o-media--column-reverse\@s .o-media__img {
        margin-left: auto;
        margin-right: auto
    }
}
.o-media__body>*:last-child {
    margin-bottom: 0
}
.o-media--middle .o-media__body {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size:1rem;
}
.o-media--bottom .o-media__body {
    -ms-flex-item-align: end;
    align-self: flex-end
}
@media only screen and (max-width: 45em) {
    .o-media--column-reverse\@s .o-media__body {
        margin-bottom: 28px
    }
}
.o-media__body .u-text-brand {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.55556;
}
/************************************************************************
  PIE
************************************************************************/

.absBtt{	
	position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 768px) {
    footer .o-page-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.c-page-foot__top-container {
    border-bottom: 1px solid #fff;
    padding-top: 14px;
    padding-bottom: 26px;
    position: relative;
    display: table;
    width: 100%;
}
@media only screen and (max-width: 60em) {
    .c-page-foot__top-container {
        padding-top: 14px;
        padding-bottom:26px;
    }
}
@media only screen and (max-width: 45em) {
    .c-page-foot__top-container {
        padding-top: 28px;
        padding-bottom: 28px
    }
}
@media only screen and (max-width: 45em) {
    .c-page-foot__nav {
        border-bottom: 1px solid #fff
    }
}
.c-page-foot__nav a {
    text-decoration: none
}
.c-page-foot__meta-nav {
    border-bottom: 1px solid #fff
}
@media only screen and (max-width: 45em) {
    .c-page-foot__meta-nav {
        display: block
    }
}
.c-page-foot__meta-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.c-page-foot__meta-nav ul li {
    display: inline-block
}
@media only screen and (max-width: 45em) {
    .c-page-foot__meta-nav ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .c-page-foot__meta-nav ul li {
        display: block
    }
}
.c-page-foot__meta-nav li {
    margin-right: 14px
}
@media only screen and (max-width: 45em) {
    .c-page-foot__meta-nav li {
        display: block;
        margin-bottom: 14px
    }
}
.c-page-foot__meta-nav a {
    text-decoration: none
}
.c-footer-accordion__title {
    font-weight: bold
}
@media only screen and (max-width: 30em) {
    .c-footer-accordion__title {
        width: 100%;
        margin-bottom: 14px;
        padding-right: 38px;
        position: relative;
        cursor: pointer;
        line-height: 28px
    }
    .c-footer-accordion__title.is-open+.c-footer-accordion__panel {
        margin-bottom: 28px
    }
    .c-footer-accordion__title-icon {
        width: 18px;
        height: 28px;
        position: absolute;
        right: 10px;
        top: 0
    }
    .c-footer-accordion__title-icon:before,
    .c-footer-accordion__title-icon:after {
        transition-duration: 350ms;
        transition-property: all;
        transition-timing-function: ease;
        width: 9px;
        height: 2px;
        position: absolute;
        top: 50%;
        background-color: #66e4ee;
        transform-origin: bottom;
        content: ""
    }
    .c-footer-accordion__title.is-open .c-footer-accordion__title-icon:before,
    .c-footer-accordion__title.is-open .c-footer-accordion__title-icon:after {
        transform-origin: top
    }
    .c-footer-accordion__title-icon:before {
        right: 50%;
        transform: translateY(-50%) translateX(1px) rotate(45deg)
    }
    .c-footer-accordion__title.is-open .c-footer-accordion__title-icon:before {
        transform: translateY(-50%) translateX(1px) rotate(-45deg)
    }
    .c-footer-accordion__title-icon:after {
        left: 50%;
        transform: translateY(-50%) translateX(-1px) rotate(-45deg)
    }
    .c-footer-accordion__title.is-open .c-footer-accordion__title-icon:after {
        transform: translateY(-50%) translateX(-1px) rotate(45deg)
    }
    .c-footer-accordion__panel {
        padding-right: 38px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out
    }
    .c-footer-accordion__panel>*:last-child {
        margin-bottom: 0
    }
}
.u-micro {
    font-size: 13px;
    line-height: 1.53846
}
/************************************************************************
  TECLADO
************************************************************************/

.cont_teclado {
    text-align: center;
    width: auto;
    position: absolute;
    top: 88%;
    left:40%;
    z-index: 10;
    display: none;
}
@media only screen and (max-width: 1024px) {
    .cont_teclado {
        display: none!important;
    }
}
.cont_teclado img {
    vertical-align: bottom;
    height: 16px;
}
.cont_btns_teclado {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px;
    width: 406px;
    overflow: hidden;
    border: 1px solid #4c5356;
    font-size: 15px;
}
.cont_btns_teclado:before,
.cont_btns_teclado:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 50%;
}
.cont_btns_teclado:before {
    border-width: 12px;
    margin: 0 -5px;
}
.cont_btns_teclado:before,
.cont_btns_teclado:after {
    bottom: 99.5%;
    left: 48%;
}
.cont_btns_teclado:before {
    border-bottom-color: #4c5356;
    border-bottom-color: #fff;
}
.cont_teclado a.btn_teclado {
    background-color: #fff;
    border: 1px solid #4c5356;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #004666;
    margin: 3px;
    text-align: center;
    width: 32px;
    float: left;
    text-decoration: none;
}
.cont_teclado a.btn_teclado:hover {
    text-decoration: none;
    background-color: #004666;
    color: #fff;
    border: 1px solid #004666;
}
.cont_teclado .btn_borrar {
    width: 70px!important;
}
/************************************************************************
  LOADER
************************************************************************/

.c-spinner {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 99999;
    text-align: center;
    overflow: hidden;
    display: table;
}
.c-spinner .loader {
    display: table-cell;
    vertical-align: middle;
}
.c-spinner svg {
    width: 60px;
    height: 60px;
}
.c-spinner circle {
    cx: 30px;
    cy: 30px;
    r: 26px;
    stroke-width: 5px;
}
.c-spinner__orbit {
    stroke: #d8d8d8
}
.c-spinner__indicator {
    stroke: #66e4ee;
    stroke-dasharray: 110px;
    stroke-dashoffset: 110px;
    animation: spinner-dash 2s linear infinite
}
@keyframes spinner-dash {
    0% {
        stroke-dashoffset: 110px
    }
    50% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -110px
    }
}
@media screen and (min-width: 0\0) {
    .c-spinner svg {
        animation: fallback-rotate 2s linear infinite
    }
    .c-spinner .c-spinner__indicator {
        stroke-dasharray: 55px
    }
}
@keyframes fallback-rotate {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}
/************************************************************************
  ++ COLUMNAS
************************************************************************/

[class*="col-"] {
    float: left;
}

.col-sm-5-6{
	width:45%
}
@media only screen and (min-width: 320px) {
	
	}


/************************************************************************
  recursos
************************************************************************/

.noDisplay {
	display: none !important;
}
.not-active {
  pointer-events: none;
  cursor: default;
}
.rojo{
    color:rgb(255, 73, 99);
}

.pie_bloque{
	display:none;
}
.sticky-top{
	position: sticky!important;
	display:block!important;
} 
.text-center{
	text-align:center!important;
}


.u-bg-pale {
    background-color: #f2f2f2 !important;
}
.u-bg-brand {
    background-color: #004666 !important;
}
.c-mega-menu > *{
 	float:none!important;
}
.c-mega-menu .u-mb {
    margin-bottom: 15px !important;
}

@media only screen and (max-width: 768px) {
	.u-bg-brand .c-mega-menu.col-sm-2{
 		width:25%!important;
	}
}
@media only screen and (min-width:320px){
	.u-bg-brand .c-mega-menu.col-sm-2{
 		width:100%!important;
 		float:none;
 		margin-bottom:15px;
	}
	
}

.u-text-brand {
    color: #004666 !important;
}
.u-bg-brand p,
.u-bg-brand a {
    color: #fff
}
.u-text-white {
    color: #fff !important;
}
img.cookies {
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
}
.dp_hidden {
    display: none;
}
@media only screen and (max-width: 991px) {
	.opNoMov{
		/* display:none !important; */
	}
}
/************************************************************************
  flex row
************************************************************************/

.o-split {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}
.o-split.o-split--top {
    -ms-flex-align: start;
    align-items: flex-start
}
.o-split>*:nth-child(1) {
    float: left
}
.o-split>*:nth-child(2) {
    float: right
}
@media only screen and (max-width: 45em) {
    .o-split.o-split--collapse\@s {
        display: block
    }
}
@media only screen and (max-width: 45em) {
    .o-split.o-split--collapse\@s>* {
        display: block;
        float: none
    }
}

/************************************************************************
  DESPLEGABLE
************************************************************************/
.c-extra-content {
    padding-bottom: 28px;
    position: relative;
    top: 0;
    z-index: 2;
    transition: 650ms;
    padding: 14px 20px
}
.c-extra-content:before {
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #f2f2f2;
    transition: 325ms;
    content: ""
}
.u-bg-pale .c-extra-content {
    background-color: #fff
}
.u-bg-pale .c-extra-content:before {
    background-color: #fff
}
.u-bg-brand .c-extra-content * {
    color: #4c5356
}
.c-extra-content.u-bg-brand:before {
    background-color: #004666
}
.c-extra-content.is-closed {
    padding-bottom: 14px;
    background-color: transparent !important;
    transition: 650ms;
    top: 95px
}
.c-extra-content.is-closed:before {
    background-color: transparent !important
}
.u-bg-brand .c-extra-content.u-bg-brand::before {
    background-color: #fff
}
.c-extra-content__trigger {
    display: block;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 14px;
    cursor: pointer;
    transition: 650ms;
    transform: translateY(0)
}
.is-closed .c-extra-content__trigger {
    transform: translateY(-95px)
}
.c-extra-content__trigger-text {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: -25px;
    transform: translateY(-100%);
    opacity: 0;
    transition: 325ms;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #004666 !important;
    font-weight: bold;
    text-transform: uppercase
}
.c-extra-content.is-closed .c-extra-content__trigger-text {
    transform: translateY(0);
    opacity: 1
}
.c-extra-content__icon {
    height: 28px;
    margin-top: 25px;
    text-align: center;
}
.c-extra-content__icon:before {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 28px;
    font-family: "vwfs-iconfont" !important;
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\e96c";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #66e4ee;
    color: #004666 !important;
    transform: rotate(45deg);
    transition: 325ms
}
.c-extra-content__icon svg {
    display: none
}
.c-extra-content.is-closed .c-extra-content__icon::before {
    transform: rotate(0)
}
.c-extra-content__content {
    opacity: 1;
    overflow-y: hidden;
    position: relative;
    transition: opacity 650ms cubic-bezier(0.455, 0.03, 0.515, 0.955), height 650ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.c-extra-content.is-closed .c-extra-content__content {
    height: 0 !important;
    opacity: 0;
    transition: opacity 650ms cubic-bezier(0.455, 0.03, 0.515, 0.955), height 650ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

/************************************************************************
  ARBOL -TEMPORAL-
************************************************************************/
.blqMenu h4{
	font-size: 1.2rem;
    line-height: 1.55556;
}

.blqMenu h5{
	font-size: 1rem;
    line-height: 1.55556;
}
.blqMenu h6{
	font-size: .9rem;
    line-height: 1.55556;
}
.blqMenu a{
   color: #4c5356;
   font-weight:500;
}
.blqMenu .arrow:before, .blqMenu .arrow2:before,.blqMenu .arrow3:before{
	float:left;
	padding:0 10px 0 0;
	font-size:20px;
	margin-top: -5px;
}

.blqMenu .arrow:before{
	content: '\2022';
}
.blqMenu .arrow2:before{
	content: '\25E6';
	color:#000;
	margin-left:15px;
}
.blqMenu .arrow3:before{
	content: '\25E6';
	margin-left:30px;
}
.blqMenu .arrow4:before{
	content: '';
	margin-left:25px;
}


/*********************************************************************************************
  MODALS
**********************************************************************************************/

.bodylb .section{
    min-height: 1px;
}
.bodylb .container{
	width: 95%;
}

.bodylb .pie_bloque {
    position: relative;
    float: left;
    margin: 15px 0;
    width: 100%;
}

.bodylb .alert:not(.hide) + .pie_bloque + div{
    position: fixed;
    bottom: 25px;
    padding:0;
}

.bodylb dl>dd, dl>dt {
    margin-bottom: 8px;
}

.bodylb .resListado {
    padding: 0 25px;
}

#nDocsFM{
	font-weight: bold;
}

/************************************************************************
  PADDINGS & MARGINS
************************************************************************/
.u-pt-large {
    padding-top: 75px !important;
}
.u-pb-large {
    padding-bottom:56px !important
}
@media only screen and (max-width: 768px) {
	.u-pt-large {
	    padding-top: 35px !important;
	}
	.u-pb-large {
    	padding-bottom: 28px !important;
 }
}
.u-pb {
    padding-bottom: 28px !important
}
.u-pt-small {
    padding-top: 20px !important;
}

.u-mt {
    margin-top: 28px !important
}
.u-mt-small {
	margin-top: 14px !important;
}
.u-mb {
    margin-bottom: 28px !important
}
.u-mb-none {
    margin-bottom: 0 !important;
}
.u-mb-small {
	margin-bottom: 14px !important;
}
.u-mb-tiny {
    margin-bottom: 7px !important;
}
.u-mb-large {
    margin-bottom: 56px !important
}
.u-mt-large {
    margin-top: 56px !important
}
@media only screen and (max-width: 640px){
	.u-mb-large {
    	margin-bottom: 32px !important
	}
}

/*hack para el flex <= ie9*/
.c-login-bar__form {
 	margin: 0px auto\9; width: 76%\9; display: block\9;
}
.c-login-bar__form-label{
	display: inline-block\9;   
}
.c-login-bar__form .form-group{
  	display: inline-block\9;
}
.o-media--large .o-media__img {
    width: 48px\9;
    position: absolute\9;
}
.o-media__body{padding-left: 72px\9;}

.LOPDDIV{
	margin-top: 30px;	
}

@media print {
		@page{size:A4 landscape;margin:2cm 1cm 2.5cm 1cm;background-color:#fff;}
		
		@page:first{
			margin-top:0.5cm;
		}

        html{
		  font-size:11px;
		}
		.main {	
		    min-height: 0;
		}
		
		
	    .btn,
	    .btn_desplegar,
	    .btn_cerrado,
	    button,
	    .fileUpload2,
	    .fileUpload,
	    a.btn_secundario,
	    a[href]:after,
	    button.borderW,
	    .modal-footer > button,
	    .btn_buscar,
	    .btn_buscar2,
	    .btn_cerrado,
	    .c-page-head__wrapper,
	    .footer.u-bg-brand,
	    #mcdPasosOp,
	    .encabezados h3 + p,
	    #contenedorFirmas,.noPrint {
	    	display: none !important;
	    }
	    th, td{
	       padding:7px;
	    }
	    
	    .c-divider{
	    	margin-top:15px;
	    }
	    .u-pb {
		    padding-bottom: 14px !important
		}
		.u-pt-small {
		    padding-top: 7px !important
		}
		.u-pt-large {
			padding-top:20px !important
		}
		.u-mt {
		    margin-top: 14px !important
		}
		.u-mt-small {
			margin-top: 7px !important;
		}
		.u-mb {
		    margin-bottom: 14px !important
		}
		.u-mb-none {
		    margin-bottom: 0 !important;
		}
		.u-mb-small {
			margin-bottom: 7px !important;
		}
		.u-mb-tiny {
		    margin-bottom: 3px !important;
		}
		.u-mb-large {
		    margin-bottom:20px !important
		}
		.u-mt-large {
		    margin-top: 20px !important
		}
		.u-pb-large,.u-mb-large,.section{
			margin-bottom:0 !important;
			padding-bottom:0 !important;
		}
		h1,
		.u-alpha {
		    font-size:26px;
		}
		h2,
		.u-beta {
		    font-size:24px;
		}
		h3,
		.u-gamma {
		    font-size: 20px;
		}
		h4,
		.u-delta {
		    font-size: 14px;
		}
		h5,
		.u-epsilon {
		    font-size: 12px;
		}
		
		h6,
		.u-zeta {
		    font-size: 10px;
		}   
		.o-page-wrap{
			width:100%;
		}
		.bodylb .container {
 		   width: 100%;
		}
		.form_avanzados{
			display: none !important;
		}
		.txtAyda{
			display: none !important;
		}
		#contOpRelacionadas{
			display: none !important;
		}
		.form_filtro{
		   margin-top:0!important;
		}
		
		.form_filtro .col-xs-12{
		   width:auto;
		   min-with:100px;
		}
		.form_filtro .form-group label{
            width:238px!important;
		}

		.form_filtro .select_arrow select, .form_filtro select option{
			 color: #4c5356 !important;
			 font-weight: 500!important;
			 font-size:14px;
			 vertical-align:text-top;
			 height:auto;
	
		}
		.tablaScroll{
		  	overflow:inherit!important; 
     		height:100%!important; 
    		position: relative;
    		
		}
		
		th, td {
			 padding:5px;
		}
		.tablaScroll table>thead>tr>th,.tablaScroll table>tfoot>tr>td, .tablaScroll table>tbody>tr>td{
			font-size:10px;
			width:auto!important;
			padding:5px 0!important;
			min-width:0;
		}
}
.newClassLOPD{
	margin-top: 0px !important;
    width: 150px;
}

.imgenEjemplo{
	border: 1px solid #a8adb3;
}
/*NOTCH*/
@supports (padding-top: constant(safe-area-inset-top)) {
	body{
    	--safe-area-inset-top: constant(safe-area-inset-top);
    	min-height: calc(100% + var(--safe-area-inset-top));
    	padding-bottom:constant(safe-area-inset-bottom);
  	}
}
@supports (padding-top: env(safe-area-inset-top)) {
	body{
    	--safe-area-inset-top: env(safe-area-inset-top);
    	min-height: calc(100% + var(--safe-area-inset-top));
		padding-bottom:env(safe-area-inset-bottom);
  	}
}

/*AVISO SEGURIDAD*/
#divCheckBox_noVolverAMostrarAvisoSeguridad{
	margin: 40px 0px 0px 0px !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.col-sm-12 .icon-calendar {
	top: 40px !important;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}
/*CAPTCHA*/
.captcha label {
	font-weight: 700;
	font-size: 16px;
}
.captcha .bloque {
	margin-top: 10px
}
.captcha .bloque img {
	display: inline-block;
	width: 140px;
}
.captcha .bloque a {
	display: inline-block;
	width: 30px;
	margin: 10px;
}
.captcha .bloque a img {
	width: 100%;
}
.eye {
    padding: 10px;
    position: absolute;
    right: 10px;
    bottom: -20px;
    transform: translateY(-50%);
    width: 41px;
    cursor: pointer;	
}
.txtColor{
	color: #004666;
}