﻿/*almost everything here is em based*/

h1, h2 {
    font-size: 1.4em !important;
}

a {
    color: #825582;
    text-decoration: none;
}

.content {
    /*background:#f5f5f5;*/
    background-color: white;
    width: 80%;
    max-width: 960px;
    min-height: 3.750em;
    margin: 2em auto;
    padding: 1.250em;
    border-radius: 20px;
    box-shadow: 0 9px 49px rgba(0, 0, 0, .3);
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, .3);*/
    line-height: 1.5em;
    color: #292929;
}

.ribbon {
    position: relative;
    padding: 0 0.5em;
    font-size: 2.000em !important;
    margin: 0 0 0 -0.625em;
    line-height: 1.875em;
    color: #f5f5f5;
    border-radius: 0 0.156em 0.156em 0;
    background: #3c8dbc;
    box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}

    .ribbon:before, .ribbon:after {
        position: absolute;
        content: '';
        display: block;
    }

    .ribbon:before {
        width: 0.469em;
        height: 100%;
        padding: 0 0 0.438em;
        top: 0;
        left: -0.469em;
        background: inherit;
        border-radius: 0.313em 0 0 0.313em;
    }

    .ribbon:after {
        width: 0.313em;
        height: 0.313em;
        background: rgba(0,0,0,0.35);
        bottom: -0.313em;
        left: -0.313em;
        border-radius: 0.313em 0 0 0.313em;
        box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
    }

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

@media (max-width: 600px) {

    body {
        font-size: 0.875em !important;

    }

    .ribbon {
        line-height: 1.143em;
        padding: 0.5em;
    }

        .ribbon:before, .ribbon:after {
            font-size: 0.714em !important;
        }
}


.sencillo {
    background-color: #fff;
    color: #212121;
}

    .sencillo:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.20),0 4px 15px 0 rgba(0,0,0,0.15);
    }

.btn:hover, .btn-large:hover {
    background-color: initial;
}
