﻿.header {
    padding: 20px 0;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    z-index: 4;
    border-bottom: 1px solid #e8e8e8;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-brand {
    padding-left: 5rem
}

/*Color de la barra secundaria del menu*/
.navbar {
    /* border-color: #b18c2d !important;
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;*/
}

.navbar-nav {
    padding: revert;
}

.dropdown-menu {
    min-width: 20rem !important;
    overflow-x: auto;
    width: 100%;
    height: auto;
    max-height: 200px;
    background-color: #953e54 !important;
}

/* Sticky footer styles
-------------------------------------------------- */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
/*Header*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
}

@media (min-width: 768px) {
    body {
        font-family: Source Sans Pro,sans-serif;
        font-size: 13px;
    }
}

.texto-menu {
    font-size: 16px;
    color: #FFFFFF !important;
}

    .texto-menu:focus {
        color: #FFFFFF !important;
    }

/*Loco Barra*/
.logo {
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    margin: 0 auto;
    max-width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logohome {
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    margin: 0 auto;
    max-width: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.container {
    max-width: 100%;
}
/*footer*/
.footer-site {
    background: #007044;
    padding: 25px 0;
    position: relative;
    z-index: 99;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
}

.footer-row {
    display: inline-flex;
}

.footer-info {
    display: flex;
    align-items: flex-end;
}

.footer-logo {
    max-width: 150px;
}

.copyrights {
    margin-left: 50px;
    color: #fff;
}

/*General*/

.colorlabel {
}


.divhome {
    text-align: center;
}

.logohome {
    width: 70%;
}

.input {
    border: solid 1px #dddfe0;
    border-radius: 30px;
    padding: 6px 6px;
}

.documento-columna {
    padding: 4px;
}

.btn-botton-link {
    background-color: #A0C800;
    color: #ffffff !important;
}

.btn-block {
    text-align: justify;
}

.required {
    color: red;
}

/*Boton Upload*/

input[type=file]::-webkit-file-upload-button {
    border-radius: 30px;
    background-color: #007044;
    font-size: 14px;
    color: #ffffff;
}

    input[type=file]::-webkit-file-upload-button:hover {
        background-color: #007044;
        color: #ffffff;
    }

.btn-botton-form {
    font-size: 14px;
    border-radius: 30px;
    background-color: #5d051f;
    color: #ffffff !important;
    letter-spacing: .2px;
    min-width: 10%;
    vertical-align: top;
    text-align: center;
    border: 0;
    padding: 10px 15px;
    border: solid 2px #fff;
}

.btn-botton-table {
    font-size: 14px;
    border-radius: 30px;
    letter-spacing: .2px;
    min-width: 10%;
    vertical-align: top;
    text-align: center;
    border: 0;
    padding: 10px 15px;
    border: solid 2px;
}

.btn-botton-result {
    color: #FFFFFF;
    border-color: #5d051f;
    background-color: #5d051f;
    letter-spacing: .2px;
    border-radius: 20px;
}

.btn-botton-icon {
    color: #007044;
    border-color: #007044;
}

.btn-botton-icon-edit {
    color: #5d051f;
    border-color: #5d051f;
}

.btn-botton-icon-delete {
    color: #5d051f;
    border-color: #5d051f;
}

.btn-botton-icon-user {
    color: #5d051f;
    border-color: #5d051f;
}

.btn-botton-icon-info {
    color: #5d051f;
    border-color: #5d051f;
}

.btn-botton-icon-details {
    color: #5d051f;
    border-color: #5d051f;
}

/*
.btn-botton {
    font-size: 18px;
    border-radius: 5px; 
    background-color: #007044;
    color: #ffffff !important;
    letter-spacing: .2px;
    min-width: 10%;
    vertical-align: top;
    text-align: center;
    border: 0;
    padding: 10px 15px;
    border: solid 2px #fff;
}
*/
/*Filtro */
.filtro {
    position: relative;
    flex-direction: column;
    border: 1px solid #007044;
    border-radius: 1rem;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    --bs-gutter-x: 0.5rem;
}

.filtro-item {
    border: none;
}

.filtro-respuesta {
    position: relative;
    display: flex;
    flex-direction: row;
    border: 1px solid #007044;
    border-radius: 1rem;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
}

/******************************************/

.progress-mod {
    height: 2rem !important;
    font-size: 1.5rem !important;
    color: black !important;
}

.progress-card {
    height: 2.3rem !important;
    font-size: 1.2rem !important;
    color: black !important;
}

.progress-bar {
    color: black !important;
}


/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border-bottom: 3px solid transparent;
    }

        .topnav a:hover {
            border-bottom: 3px solid red;
        }

        .topnav a.active {
            border-bottom: 3px solid red;
        }

/*****************************/
.videos {
    width: 100% !important;
    height: 300px !important;
    object-fit: fill;
}

.table-bordered td {
    border-color: black !important;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.form-switch {
    font-size: 20px;
    padding-top: 0.5em;
}
.navbar {
    background-color: #953e54 !important;
}