@font-face {
    font-family: 'fontello';
    src: url('./font/fontello.eot?90793649');
    src: url('./font/fontello.eot?90793649#iefix') format('embedded-opentype'),
         url('./font/fontello.woff?90793649') format('woff'),
         url('./font/fontello.ttf?90793649') format('truetype'),
         url('./font/fontello.svg?90793649#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontello-close';
    src: url('./font/fontello-close.eot?90793649');
    src: url('./font/fontello-close.eot?90793649#iefix') format('embedded-opentype'),
         url('./font/fontello-close.woff?90793649') format('woff'),
         url('./font/fontello-close.ttf?90793649') format('truetype'),
         url('./font/fontello-close.svg?90793649#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fontello-close-icon,
.fontello-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fontello-close-icon {
    font-family: "fontello-close";
}

table.resumen-table td { 
    min-width: 110px;
}
table td > .form-item > .form-text {
    width: auto;
}
table caption {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 15px;
}
table caption::after {
    content: ':';
}

.views-table td {
    vertical-align: top;
}
.views-table .views-field-variations-target-id ul {
    display: flex;
    width: 560px;
    flex-wrap: wrap;
}
.views-table .views-field-variations-target-id ul li {
    list-style: none;
    border-left: 1px solid #ccc;
    padding: 0 5px;
    width: 240px;
}
.views-table .views-field-variations-target-id ul li > div > div {
    display: flex;
}


/* Colores */
.red, .text-red {
    color: #cc0000;
}
.message-red {
    color: #a51b00;
    border-color: #f9c9bf;
    background-color: #fcf4f2;
    padding: 15px 20px 15px 35px;
    border: 1px solid;
    border-radius: 2px;
    overflow-wrap: break-word;
}
.message-green {
    color: #325e1c;
    border-color: #c9e1bd;
    background-color: #f3faef;
    padding: 15px 20px 15px 35px;
    border: 1px solid;
    border-radius: 2px;
    overflow-wrap: break-word;
}

/* Themes */
.abasty-block {
    padding: 30px;
    margin: 10px 15px !important;
}
.abasty-label {
    display: inline;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: .5px;
}
.theme-abasty-sky {
    background-color: #1b50ff;
    color: #ffffff;
    padding: 15px;
}
.theme-abasty-navy {
    background-color: #050024;
    color: #ffffff;
}
.theme-abasty-navy h3,
.theme-abasty-navy label {
    color: #ffffff;
}
.theme-abasty-navy input[type=text],
.theme-abasty-navy input[type=email] {
    color: #050024;
    background-color: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
    margin: 5px 0;
}
.theme-abasty-navy input[type=submit],
.theme-abasty-navy button {
    padding: 0 15px;
    line-height: 35px;
    background-color: #ffa51f;
    margin: 0 auto;
}
.theme-abasty-sky h2 {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 40px;
}
.theme-abasty-sky h3 {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 35px;
}
.theme-abasty-sky h4 {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 30px;
}
.theme-abasty-sky h5 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.theme-abasty-sky p {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.theme-abasty-sky p a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.theme-abasty-sky ul {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    list-style: none;
}
.theme-abasty-sky ul li::before {
        content: "\2022";
        color: #ffa51f;
        font-weight: bold;
        display: inline-block;
        width: 0.8em;
        font-size: 20px;
}
.theme-abasty-sky ul li ul {
    padding-left: 10px;
}
.theme-abasty-sky small ul li ul {
    line-height: 1em;
}