:root {
    --primary: #017d94;
    --primary2: #113e55;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #1bbc9b;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

* {
    font-family: 'poppins', 'sans-serif', 'arial';
    box-sizing: border-box;
    position: relative;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

input::placeholder {
    color: #dedede !important;
}

input::-webkit-input-placeholder {
    color: #dedede !important;
}

input:-moz-placeholder {
    color: #dedede !important;
}

input::-moz-placeholder {
    color: #dedede !important;
}

input:-ms-input-placeholder {
    color: #dedede !important;
}

img[data-original] {
    opacity: 0;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

::first-letter {
    text-transform: uppercase;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 8px !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: red;
}

body {
    background-color: #f4f4f4;
}

h1,
h2,
h3,
h3 {
    margin: 0;
}

body,
html,
form {
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    font-size: inherit;
    cursor: pointer;
    color: inherit;
}

p {
    padding: 0;
    margin: 0;
}

i {
    font-size: inherit !important;
}

.underline {
    text-decoration: underline;
}

.h-underline:hover {
    text-decoration: underline;
}

.no-margin {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    line-height: 1.5;
}

table {
    border-collapse: collapse;
}

input[readonly] {
    outline: none 1 !important;
    box-shadow: none !important;
}

input[readonly]:hover {
    cursor: no-drop;
}

textarea {
    resize: none !important;
    width: 100%;
}

.auto {
    width: auto !important;
}

strong {
    font-size: inherit;
}

.icono {
    font-size: 30px !important;
    margin-right: 20px;
}

.flex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.flex > div {
    flex: 1;
}

/* ESTILOS DE LOS BLOQUES DIV*/
.bloquediv {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}

.bloquediv .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 22px;
    font-weight: 600;
}

.bloquediv .head .title {
    font-size: 16px;
    font-weight: 600;
}

.bloquediv .subtitle {
    color: #6a7070;
    font-size: 12px;
}

.bloquediv .bodydiv {
    padding: 20px;
    border-bottom: 1px solid #eaeded;
}

.br-left {
    border-left: solid 1px #eaeded;
}

/* ESTILOS DEL BUSCADOR COMUN */
.buscador {
    width: 100%;
    border: solid 1px #aab7b8;
    border-radius: 1px;
    margin: 10px 0;
}

.buscador i {
    font-size: 15px !important;
    padding: 5px 12px;
    color: #001c2480;
}

.buscador input {
    width: 100%;
    border: 0;
    outline: 0;
    height: 30px;
    padding: 0;
}

.buscador input::placeholder {
    font-family: 'poppins';
    font-style: oblique;
    font-weight: 600;
    color: #aab7b8;
}

.aling-top {
    align-items: flex-start;
}

.bar-right {
    text-align: right;
}

.flex-column {
    display: flex;
    flex-flow: column nowrap !important;
    justify-content: space-between;
}

.flex-column > div {
    flex: 1;
}

.initial {
    flex: initial !important;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden;
}

.scroll-y {
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
}

.sticky {
    position: sticky !important;
}

.shadow {
    box-shadow: 0 3px 3px 0 rgba(21, 27, 38, 0.15);
}

/* ESTADOS SISTEMAS */
.badget-primary {
    padding: 0 5px;
    font-size: 10px;
    color: #3bb5e9;
    border: solid 1px #3bb5e9;
    border-radius: 3px;
    display: inline-block;
}

.badget-red {
    padding: 0 5px;
    font-size: 10px;
    color: var(--red);
    border: solid 1px var(--red);
    border-radius: 3px;
    display: inline-block;
}

.badget-orange {
    padding: 0 5px;
    font-size: 10px;
    color: orange;
    border: solid 1px orange;
    border-radius: 3px;
    display: inline-block;
}

.badget2 {
    padding: 3px 7px;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
}

.badget2.badget2-primary {
    background-color: var(--primary);
    color: #fff;
}

.main {
    width: 95%;
    max-width: 1200px;
    min-width: 700;
    /*margin: 0 auto;*/
}

.main-auto {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}

.opciones a {
    border: dashed 3px #f0f0f0;
    display: flex;
    width: 100%;
    height: 90px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

#modal {
    display: none;
    opacity: 0;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}

#modal > .caja {
    display: flex;
    max-width: 90%;
    height: auto;
    max-height: 95vh;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 2px 3px rgba(0,0,0,.1);*/
}

.content .list:nth-child(5n + 1) .siglas {
    background-color: #00cec9;
}

.content .list:nth-child(5n + 2) .siglas {
    background-color: #f39c12;
}

.content .list:nth-child(5n + 4) .siglas {
    background-color: #e74c3c;
}

.content .list:nth-child(5n + 5) .siglas {
    background-color: #3498db;
}

.content .list:nth-child(5n + 6) .siglas {
    background-color: #34495e;
}

.siglas {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ddd;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}

.bold {
    font-weight: 600;
}

.bold-500 {
    font-weight: 500;
}

.bold-400 {
    font-weight: 450;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.centro {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*FONDOS*/
.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f8f8f8;
    border: solid 1px #eee;
    border-radius: 4px;
}

.bg-blue {
    background-color: #e0f3ff;
    border: solid 1px #36b4e6;
    color: #343b4a;
    border-radius: 4px;
}

.bg-pink {
    background-color: var(--pink);
    color: #fff;
}

/*MARGENES Y ESPACIOS*/

.padding-m {
    padding: 20px;
}

.padding-l {
    padding: 10px;
}

.padding-b {
    padding: 70px;
}

.padding-v {
    padding: 20px 0;
}

.padding-v-b {
    padding: 70px 0;
}

.padding-v-m {
    padding: 7px 0;
}

.padding-h {
    padding: 0 20px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-left {
    margin-left: 10px;
}

.margin-right {
    margin-right: 20px;
}

.margin-v {
    margin: 20px 0;
}

.margin-auto {
    margin: 0 auto;
}

/*ALERTAS */
.alert-danger {
    background-color: #f8d7da;
    border: solid 1px #f5c6cb;
    padding: 10px;
    border-radius: 4px;
    color: #b94a48;
}

.alert-warning {
    background-color: #fff3cd;
    border: solid 1px #ffeeba;
    padding: 10px;
    border-radius: 4px;
    color: #856404;
}

.alert-success {
    background-color: #d4edda;
    border: solid 1px #c3e6cb;
    padding: 10px;
    border-radius: 6px;
    color: #155724;
}

.alert-secundaria {
    background-color: #fefefe;
    border: solid 1px #d6d8db;
    padding: 10px;
    border-radius: 6px;
    color: #383d41;
}

.textarea1 {
    border: none;
    outline: none;
    margin-bottom: 10px;
    width: 100%;
    min-height: 220px;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

/* BOTONES */
.btn-2 {
    border: 0px solid transparent !important;
    outline: 0 !important;
    white-space: nowrap;
    vertical-align: middle;
    padding: 7px 20px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500;
    transition: all ease 0.3s;
    min-width: 100px;
}

.btn-2 > i {
    margin-right: 10px;
}

.btn-primary-2 {
    background-color: var(--primary) !important;
    border-color: var(--primary);
    color: #fff;
}

.color-primary {
    color: var(--primary);
}

.bg-color-primary {
    background-color: var(--primary);
}

/*.hover-bg-color-primary:hover{
	border:1px solid var(--primary);
}*/
.btn-primary-flat {
    border: solid 1px var(--primary) !important;
    color: var(--primary);
}

.btn-cerrar {
    position: absolute;
    font-size: 22px;
    right: 10px;
    top: 10px;
    padding: 0px 10px;
    border-radius: 100%;
    background-color: #e4e6eb;
    color: #606770;
}

.btn-cerrar:hover {
    background-color: #d9dade;
}

/*LOADING FOR WEB*/

#loadingweb {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.4);
    z-index: 9000;
    justify-content: center;
    align-items: center;
}

#loading {
    padding: 10px;
    background-color: transparent;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border: solid #e6e6e6 4px;
    border-top: 4px solid var(--green);
    border-radius: 100%;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.social a {
    color: rgba(250, 250, 250, 0.7);
    padding: 5px 7px;
    display: inline-block;
    font-size: 14px;
    transition: all ease 0.3s;
}

.social a:hover {
    color: #fff;
}

/* COLORES DE FONDO */
.bgwhite {
    background-color: #fff;
}

.bgred {
    background-color: red;
}

.bggray {
    background-color: #f1f1f1;
}

.bggreen {
    background-color: green;
}

.bgprimary {
    background-color: #008ce3;
}

.bgorange {
    background-color: orange;
}

/* TEXTOS Y TITULOS */
.text-white {
    color: #fff !important;
}

.text-red {
    color: var(--red);
}

.text-green {
    color: #1bbc9b;
}

.text-primary {
    color: var(--primary);
}

.text-primary2 {
    color: var(--primary2);
}

.text-pink {
    color: #ff2dab;
}

.minleng {
    color: #989898;
}

.leggend {
    color: rgba(0, 0, 0, 0.2);
}

.lt-text {
    font-size: 11px !important;
}

.text-neutral {
    color: #627d98;
}

/*CONTENIDO DEL FOOTER*/

footer {
    background-color: rgba(0, 0, 0, 0.87);
    color: white;
    width: 100%;
    height: auto;
}

footer > div {
    flex: initial;
    align-items: flex-start !important;
}

footer ul {
    font-weight: 400;
}

footer a:hover {
    text-decoration: underline;
}

.redes-sociales a {
    margin-right: 10px;
}

.redes-sociales i {
    font-size: 24px !important;
}

.formuser .field {
    margin-bottom: 10px;
}

.formuser label {
    display: block;
    text-transform: uppercase;
}

.cover-radius {
    border-radius: 16px;
    border: 1px solid #272727;
}

.formuser input[type='text'],
.formuser input[type='email'],
.formuser input[type='date'] {
    border: solid 1px #cfd4da;
    outline: none !important;
    width: 100%;
    padding: 5px 10px;
    border-radius: 2px;
    font-family: 'arial';
}

.formuser input:focus:invalid {
    border: 1px solid red !important;
    /* otras propiedades */
}

.formuser input:focus:invalid:after {
    content: 'Requerido';
    padding: 2px 5px;
    background-color: #ec1638;
    color: white;
    border-radius: 3px;
    display: block;
}

.formuser input:focus {
    border: solid 1px #9dc8e2 !important;
    outline: none !important;
    box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.07);
}

.formuser input::placeholder {
    color: #555;
    font-size: 12px;
}

.formuser select {
    border: solid 1px #ddd;
    width: 100%;
    padding: 5px 10px;
    border-radius: 2px;
    outline: none;
}

.formuser label {
    margin: 0 !important;
    font-weight: 600;
    color: #292929;
    font-size: 12px;
}

.list {
    padding: 10px;
    cursor: pointer !important;
}

.list:hover {
    background-color: #f8f9fb;
}

.list .controles {
    opacity: 0;
    transition: all ease 0.2s;
}

.list:hover .controles {
    opacity: 1;
}

.afterinfo {
    padding: 0 10px;
}

.afterinfo:hover {
    cursor: pointer;
}

.afterinfo:hover:after {
    display: block;
}

.afterinfo::after {
    content: attr(texto);
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 10px;
    position: absolute;
    right: -50%;
    bottom: 20px;
    z-index: 1;
    border-radius: 3px;
    text-transform: capitalize;
    width: 200px;
    font-family: arial;
    line-height: 18px;
    text-align: left;
}

.coverfoto {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee url('../img/vectores/user.svg') no-repeat center center;
    background-size: cover;
    border-radius: 100%;
}

.coverfoto > img {
    width: inherit;
    min-height: 100%;
}

.coverfoto:hover .sombra {
    opacity: 1;
    cursor: pointer;
}

.coverfoto .sombra {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.2s;
}

.coverfoto .sombra > i {
    font-size: 50px !important;
}

.success {
    padding: 10px;
    border-radius: 6px;
    background-color: #88d8c7;
    color: #287969;
}

/*TAGS INPUT TAGS*/
.tag {
    background-color: #36b4e6;
    padding: 0px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    margin: 2px 0;
}

.icon-github {
    background: no-repeat url('../img/github-16px.png');
    width: 16px;
    height: 16px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.accordion {
    margin-bottom: -3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

/*fin imput tags*/

.tablaitems {
    border: solid 1px #d9e4eb;
    text-align: center;
    background-color: #fff;
}

.tablaitems tr {
    border-bottom: solid 1px #ddd;
}

.tablaitems th {
    padding: 7px 0;
    color: #292929;
    font-weight: bold;
}

.tablaitems td {
    padding: 7px 0;
}

.asmHighlight {
    color: #777;
}

.asmSelect {
    margin: 1em 0 0.25em 0;
}

/*LOADING WEB SPINERS*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
