@import "https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:300,400,600,700,900";

body{
    font-family: 'Roboto', sans-serif;
}
.index.card {
    display: none;
}

.deck {
    border: 1px solid #ccc;
    border-bottom: 0;
}

.deck header h2 {
    display: none;
}

.deck header h1 {
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    letter-spacing: -.3px;
    padding: 12px 64px 12px 50px;
    margin: 0;
    line-height: 1.2;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 30px auto;
}

.deck header {
    border-bottom: 4px solid #000;
    position: relative;
}

.deck header p {
    display: none;
}

.deck header .n_fichas {
    position: absolute;
    right: 14px;
    top: 50%;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    margin-top: -14px;
    font-weight: bold;    

}

.deck {
    margin: 20px 0;
}

.deck .card {
    margin: 0;
    background: url(http://cdn4.uvnimg.com/32/4d/d230f9f9470e900eab51d483702d/angle-down.svg) no-repeat right 16px top 22px;
    background-size: 10px auto;
    position: relative;
    height: 0;
    overflow: hidden
}

.deck.active_deck .card {
    border-bottom: 1px solid #ccc;
    height: auto;
}

.c_search_faq {
    display: inline-block;
    width: 50%;
    position: relative;
}

.c_search_faq input {
    border: 1px solid #aaa;
    font: normal 24px 'Roboto', sans-serif;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.c_search_faq .faq_clear_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(http://cdn4.uvnimg.com/5b/ca/59bacdfd412faac45205b1df6048/close-black.svg) no-repeat center center;
    background-size: 22px 22px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    cursor: pointer;
}

.top_bar .faq_collapseuncollapse_buttons {
    position: absolute;
    right: 10px;
    top: 10px;
}

.faq_collapseuncollapse_buttons .faq_uncollapse_all_button, .faq_collapseuncollapse_buttons .faq_collapse_all_button {
    font-size: 13px;
    text-transform: uppercase;
    color: #333 !important;
    display: inline-block;
    padding: 14px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.deck {
    box-shadow: rgba(0, 0, 0, .1) 0 3px 3px;    
    max-width: 820px;
    margin: 0 auto;
}

.deck .card h2 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.2px;
    cursor: pointer;
    padding: 13px 30px 15px 40px;
}

.deck .card h2 span {
    color: #999;
    position: absolute;
    left: 14px;
    top: 15px;
    font-size: 13px;
}

.deck .card h2:hover {
    background-color: rgba(0, 0, 0, .1);
}

.deck .card h2:active {
    background-color: rgba(0, 0, 0, .2);
}

.deck .card.active_card h2:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.deck .card .keywords_card {
    display: none;
}

.deck .c_text_card {
    position: relative;
    overflow: hidden;
}

.deck .card .text {
    left: 0;
    top: 0;
    padding: 0 10px 10px 10px;
}

.deck .card .text, .deck .card .text p, .deck .card .text ul li, .deck .card .text ol li {
    font-size: 15px;
    line-height: 1.3;
    color: #333;
}

.deck .card .text p {
    padding-left: 30px;
    margin: 0 auto 15px;
}

.deck .card em {
    background-color: #ffffa2;
    border-radius: 3px;
    font-style: normal;
}

.deck .text ul, .deck .text ol {
    margin: 10px 0 10px 13px;
}

.ani {
    transition: all .3s cubic-bezier(0, 0, 0.08, 0.96);
}

.deck .card.active_card {
    background-color: #eee;
    background-image: url(http://cdn4.uvnimg.com/1e/54/b4ed74ec4b8caa4d999cdac309d4/angle-up.svg);
}

@media screen and (max-width:700px) {
    .deck header h1 {
        font-size: 17px;
    }
    .deck .card h2 {
        padding-left: 30px;
        padding-right: 24px;
    }
    .deck .card h2 span {
        left: 8px;
    }
    .deck .card .text p {
        padding-left: 20px;
    }
    .deck .card {
        background-position: right 10px top 22px;
    }
}

/* topic custom colors */

.topic_educacion header {
    border-color: #1ba5e4;
    background: url(http://cdn4.uvnimg.com/32/4d/d230f9f9470e900eab51d483702d/angle-down.svg) no-repeat;
    background-size: 12px auto;
    cursor: pointer;
    background-position: calc(100%-20px) calc(50%-0);
    background-position: calc(100% - 30px) calc(50% + 10px);
}

.topic_educacion header:hover {
    background-color: rgba(0, 0, 0, .05);
}

.topic_educacion header:active {
    background-color: rgba(0, 0, 0, .1);
}

.topic_educacion.active_deck header {
    background-image: url(http://cdn4.uvnimg.com/1e/54/b4ed74ec4b8caa4d999cdac309d4/angle-up.svg);
}

.topic_educacion header h1 {
    background-image: url(https://cdn3.uvnimg.com/91/2c/005ef2de48dd8063d345e96a002e/educacion.svg);
}

.uvn-image-with-extras figcaption {
    display: none
}

#___gatsby,
.___gatsby{
  text-align: initial;
  line-height: initial;
}