/* _content/Ernesto/Components/Features/BackgroundVideo.razor.rz.scp.css */
#bgVideo[b-yhwrtg6qma] {
    position: fixed;
    right: 0;
    bottom: 0;
    
    object-fit: fill;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.9;
}
/* _content/Ernesto/Components/Features/ErnestoTop.razor.rz.scp.css */

.profile-name[b-h2ui1kyklp] {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 80px;
    text-align: left;
    /*margin-left: -15px;*/
    margin-bottom: 10px;
    color: midnightblue;
    text-shadow: 2px 2px 10px #FFFFFF;
}

.profile-send-pic[b-h2ui1kyklp] {
    display: none;
    border-radius: 50%;
    height: 180px;
    top: 25px;
    right: 12px;
    position: absolute;
}


.md-profile-pic[b-h2ui1kyklp] {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    padding: 5px;
    background-color: var(--bg-color-glass);
    opacity: 0.7;
}

    .md-profile-pic:hover[b-h2ui1kyklp] {
        opacity: 1;
    }

.md-profile-link[b-h2ui1kyklp] {
    position: fixed;
    top: 15px;
    right: 30px;
}

.profile-send-pic[b-h2ui1kyklp] {
    display: none;
    border-radius: 50%;
    height: 180px;
    top: 25px;
    right: 12px;
    position: absolute;
}

.skills-container p[b-h2ui1kyklp] {
    display: inline-flex;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 2px;
    padding: 0 20px 0 20px;
    border-radius: 20px;
    margin-left: 20px;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .title[b-h2ui1kyklp] {
        color: white;
        background-color: black;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        background-color: var(--bg-color-glass);
        text-align: left;
        font-size: 24px;
        padding: 20px;
        display: flex;
    }

  
    .profile-tag:hover[b-h2ui1kyklp] {
        color: skyblue;
        background-color: var(--bg-color-glass);
        border-radius: 15px 0 0 15px;
        text-decoration: none;
        z-index: 2;
    }

    .profile-tag[b-h2ui1kyklp] {
        display: flex;
        right: 0px;
        color: whitesmoke;
        z-index: 2;
    }

    .profile-tag-icon[b-h2ui1kyklp] {
        margin: 8px;
        margin-left: auto;
        margin-right: 0;
    }

    .profile-tag-text[b-h2ui1kyklp] {
        margin: 8px;
        text-align: right;
        align-self: center;
        width: 100%;
    }


    .small-device-visible[b-h2ui1kyklp] {
        display: none;
    }
}


@media (max-width: 1200px) {

   

    .small-device-hide[b-h2ui1kyklp] {
        display: none;
    }

    .small-device-feet[b-h2ui1kyklp] {
        /*background-color: #343a40;*/
        /*border-top: 1px solid white;*/
        background-color: var(--bg-color-blue);
        text-align: center;
        vertical-align: middle;
        font-family: 'Berlin Sans FB';
        height: 50px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 10px;
    }


    .title[b-h2ui1kyklp] {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: var(--bg-color-blue);
        color: white;
        border-radius: 5px;
        text-align: left;
        font-size: 24px;
        margin-bottom: 10px;
        z-index: 1;
        padding: 20px;
        display: flex;
    }

    .profile-tag[b-h2ui1kyklp] {
        display: flex;
        color: whitesmoke;
    }

        .profile-tag:hover[b-h2ui1kyklp] {
            color: skyblue;
            background-color: var(--bg-color-glass);
            border-radius: 5px;
            text-decoration: none;
        }

    .profile-tag-text[b-h2ui1kyklp] {
        margin: 8px;
        align-self: center;
        width: 100%;
    }

}

}

@media (max-width: 1200px) and (min-width: 767.98px) {
  
    .profile-tag-container[b-h2ui1kyklp] {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        text-align: left;
        margin-top: 220px;
    }

    .profile-tag-icon[b-h2ui1kyklp] {
        margin: 8px;
        margin-right: 0;
    }

    .small-device-hide[b-h2ui1kyklp] {
        display: none;
    }

    .profile-name[b-h2ui1kyklp] {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 80px;
        text-align: left;
        margin-bottom: 10px;
        color: midnightblue;
        text-shadow: 2px 2px 10px #FFFFFF;
    }
}


@media (min-width: 768px) {


    .profile-tag[b-h2ui1kyklp] {
        display: flex;
        right: 0px;
        color: whitesmoke;
    }

    .profile-pic[b-h2ui1kyklp] {
        border-radius: 50%;
        height: 180px;
        width: 180px;
        top: 28px;
        right: 40px;
        position: absolute;
    }

    .title-proff[b-h2ui1kyklp] {
        color: white;
        position: relative;
        top: -20px;
        text-shadow: 2px 2px 10px #FFFFFF;
        margin-left: 20px;
    }

    .skills-container img[b-h2ui1kyklp] {
        margin-right: 20px;
    }

    .smallest-device-visible[b-h2ui1kyklp] {
        display: none;
    }

    .profile-name[b-h2ui1kyklp] {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 80px;
        text-align: left;
        margin-bottom: 10px;
        color: midnightblue;
        text-shadow: 2px 2px 10px #FFFFFF;
    }
}

@media (max-width: 767.98px) {

    .profile-name[b-h2ui1kyklp] {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        text-align: left;
        margin-top: -10px;
        margin-bottom: 20px;
        color: white;
        text-shadow: 2px 2px 10px #FFFFFF;
        max-width: 300px;
    }

    .profile-tag-container[b-h2ui1kyklp] {
        position: fixed;
        right: 20px;
        top: 252px;
        font-family: 'Berlin Sans FB';
    }

    .profile-tag[b-h2ui1kyklp] {
        display: flex;
        /*right: 0px;*/
        color: whitesmoke;
    }

    .profile-tag-icon[b-h2ui1kyklp] {
        margin: 0 5px 10px 10px;
        padding: 5px;
        /*margin-left: auto;*/
        /*margin-right: 0;*/
    }

    .small-device-hide[b-h2ui1kyklp] {
        display: none;
    }

    .smallest-device-hide[b-h2ui1kyklp] {
        display: none;
    }

    .skills-container img[b-h2ui1kyklp] {
        margin-right: 15px;
    }

    .profile-pic[b-h2ui1kyklp] {
        border-radius: 50%;
        height: 90px;
        width: 90px;
        top: 10px;
        right: 10px;
        position: absolute;
    }

}
/* _content/Ernesto/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2diugxi1vd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2diugxi1vd] {
    flex: 1;
}

.top-row[b-2diugxi1vd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2diugxi1vd]  a, .top-row[b-2diugxi1vd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2diugxi1vd]  a:hover, .top-row[b-2diugxi1vd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2diugxi1vd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2diugxi1vd] {
        justify-content: space-between;
    }

    .top-row[b-2diugxi1vd]  a, .top-row[b-2diugxi1vd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2diugxi1vd] {
        flex-direction: row;
    }

    .top-row.auth[b-2diugxi1vd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

}

#blazor-error-ui[b-2diugxi1vd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2diugxi1vd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Ernesto/Components/Pages/Home.razor.rz.scp.css */

.background[b-se2cwquldr] {
    margin: 0;
    padding: 20px;
    align-content: center;
}

#divBody[b-se2cwquldr] {
    margin-top: 200px;
    overflow: auto;
    padding: 0;
    background-repeat: repeat;
    background-color: rgb(4, 7, 44);
}

.box-container[b-se2cwquldr] {
    max-width: 370px;
    margin: auto;
    text-align: center;
}

.bold[b-se2cwquldr] {
    font-weight: 700;
    color: white;
}

.card-subtitle[b-se2cwquldr] {
    padding-top: 5px;
    /*background-color: var(--title-bg-color);*/
}


.quote-down[b-se2cwquldr] {
    font-style: italic;
    color: lightsteelblue;
}

.description[b-se2cwquldr] {
    font-style: italic;
    color: lightgray;
    padding-left: 40px;
}

.description[b-se2cwquldr] {
    font-style: italic;
    color: lightgray;
    padding-left: 40px;
}

.card-column[b-se2cwquldr] {
}

.img-in-card-body[b-se2cwquldr] {
    margin: 10px;
}

.quote[b-se2cwquldr] {
    font-style: italic;
}

.bottom-gap[b-se2cwquldr] {
    height: 100%;
}

.desktop-feet[b-se2cwquldr] {
    background-image: linear-gradient(to right, black, var(--bg-color-blue), black);
    vertical-align: middle;
    font-family: 'Berlin Sans FB';
    padding: 10px 0;
    position: relative;
    color: powderblue;
}

@media (min-width: 1200px) {
    .card-ext[b-se2cwquldr] {
        width: auto;
        font-family: monospace;
        text-align: left;
        margin: 40px;
        background-color: var(--bg-color-glass) !important;
    }

    .body-container[b-se2cwquldr] {
        padding-top: 50px;
        /*margin: auto;*/
        text-align: center;
        position: relative;
        text-align: -webkit-center;
        width: 100%;
    }

    .card-containers[b-se2cwquldr] {
        max-width: 800px;
    }
    

    #divBody[b-se2cwquldr] {
        overflow: auto;
        margin: 0;
        padding-top: 120px;
        width: 100%;
    }

    .small-device-visible[b-se2cwquldr] {
        display: none;
    }

    .small-device-feet[b-se2cwquldr] {
        display: none;
    }
}

@media (max-width: 1200px) {

    .body-container[b-se2cwquldr] {
        position: relative;
        padding-bottom: 30px;
        /*padding: 10px;*/
        /*max-width: 370px;*/
        margin: auto;
        text-align: center;
    }

    .small-device-hide[b-se2cwquldr] {
        display: none;
    }

}

    @media (max-width: 1200px) and (min-width: 767.98px) {

        .card-ext[b-se2cwquldr] {
            width: auto;
            font-family: monospace;
            text-align: left;
            background-color: transparent;
            background-color: var(--bg-color-glass) !important;
            margin-bottom: 20px;
        }

        #divBody[b-se2cwquldr] {
            /*position: absolute;
        left: 0;
        top: 26vh;
        height: 74vh;*/
            overflow: auto;
            margin: 0;
            padding: 0;
            margin-top: 140px;
        }


    }


@media (min-width: 768px) {

    .skills-container img[b-se2cwquldr] {
        margin-right: 20px;
    }

    .smallest-device-visible[b-se2cwquldr] {
        display: none;
    }
}
    @media (max-width: 767.98px) {

        #divBody[b-se2cwquldr] {
            margin-top: 170px;
            overflow: auto;
            padding: 0;
        }

        .card-ext[b-se2cwquldr] {
            width: auto;
            margin: 10px -25px 10px -25px;
            text-align: left;
            background-color: var(--bg-color-glass) !important;
            /*background-color: transparent;*/
        }

        .small-device-hide[b-se2cwquldr] {
            display: none;
        }

        .smallest-device-hide[b-se2cwquldr] {
            display: none;
        }
    }
/* _content/Ernesto/Components/Pages/Subir.razor.rz.scp.css */

.background[b-7oj6q1jv1f] {
    margin: 0;
    padding: 20px;
    align-content: center;
}

#divBody[b-7oj6q1jv1f] {
    margin-top: 200px;
    overflow: auto;
    padding: 0;
    background-repeat: repeat;
    background-color: rgb(4, 7, 44);
}

.box-container[b-7oj6q1jv1f] {
    max-width: 370px;
    margin: auto;
    text-align: center;
}

.bold[b-7oj6q1jv1f] {
    font-weight: 700;
    color: white;
}

.card-subtitle[b-7oj6q1jv1f] {
    padding-top: 5px;
    /*background-color: var(--title-bg-color);*/
}


.quote-down[b-7oj6q1jv1f] {
    font-style: italic;
    color: lightsteelblue;
}

.description[b-7oj6q1jv1f] {
    font-style: italic;
    color: lightgray;
    padding-left: 40px;
}

.description[b-7oj6q1jv1f] {
    font-style: italic;
    color: lightgray;
    padding-left: 40px;
}

.card-column[b-7oj6q1jv1f] {
}

.img-in-card-body[b-7oj6q1jv1f] {
    margin: 10px;
}

.quote[b-7oj6q1jv1f] {
    font-style: italic;
}

.bottom-gap[b-7oj6q1jv1f] {
    height: 100%;
}

.desktop-feet[b-7oj6q1jv1f] {
    background-image: linear-gradient(to right, black, var(--bg-color-blue), black);
    vertical-align: middle;
    font-family: 'Berlin Sans FB';
    padding: 10px 0;
    position: relative;
    color: powderblue;
}

@media (min-width: 1200px) {
    .card-ext[b-7oj6q1jv1f] {
        width: auto;
        font-family: monospace;
        text-align: left;
        margin: 40px;
        background-color: var(--bg-color-glass) !important;
    }

    .body-container[b-7oj6q1jv1f] {
        padding-top: 50px;
        /*margin: auto;*/
        text-align: center;
        position: relative;
        text-align: -webkit-center;
        width: 100%;
    }

    .card-containers[b-7oj6q1jv1f] {
        max-width: 800px;
    }
    

    #divBody[b-7oj6q1jv1f] {
        overflow: auto;
        margin: 0;
        padding-top: 120px;
        width: 100%;
    }

    .small-device-visible[b-7oj6q1jv1f] {
        display: none;
    }

    .small-device-feet[b-7oj6q1jv1f] {
        display: none;
    }
}

@media (max-width: 1200px) {

    .body-container[b-7oj6q1jv1f] {
        position: relative;
        padding-bottom: 30px;
        /*padding: 10px;*/
        /*max-width: 370px;*/
        margin: auto;
        text-align: center;
    }

    .small-device-hide[b-7oj6q1jv1f] {
        display: none;
    }

}

    @media (max-width: 1200px) and (min-width: 767.98px) {

        .card-ext[b-7oj6q1jv1f] {
            width: auto;
            font-family: monospace;
            text-align: left;
            background-color: transparent;
            background-color: var(--bg-color-glass) !important;
            margin-bottom: 20px;
        }

        #divBody[b-7oj6q1jv1f] {
            /*position: absolute;
        left: 0;
        top: 26vh;
        height: 74vh;*/
            overflow: auto;
            margin: 0;
            padding: 0;
            margin-top: 140px;
        }


    }


@media (min-width: 768px) {

    .skills-container img[b-7oj6q1jv1f] {
        margin-right: 20px;
    }

    .smallest-device-visible[b-7oj6q1jv1f] {
        display: none;
    }
}
    @media (max-width: 767.98px) {

        #divBody[b-7oj6q1jv1f] {
            margin-top: 170px;
            overflow: auto;
            padding: 0;
        }

        .card-ext[b-7oj6q1jv1f] {
            width: auto;
            margin: 10px -25px 10px -25px;
            text-align: left;
            background-color: var(--bg-color-glass) !important;
            /*background-color: transparent;*/
        }

        .small-device-hide[b-7oj6q1jv1f] {
            display: none;
        }

        .smallest-device-hide[b-7oj6q1jv1f] {
            display: none;
        }
    }
