@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.active {
    color: #fff;
}

.text-left{
    text-align: left;
}

.text-align-end{
    text-align: end; 
}

.pd0{
    padding: 0px;
}

.padding-50{
    padding: 0px 50px;
}

.padding-50-historial{
    padding: 0px 50px;
}

.padding-50-nav{
    padding: 0px 50px;
}

.padding-50-creacion{
    padding: 0px 50px;
}

.padding-100{
    padding: 0px 100px;
}

.margin-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mt-30{
    margin-top: 30px;
}

.mb-30{
    margin-bottom: 30px;
}

.mt-50{
    margin-top: 50px;
}

.mt-100{
    margin-top: 100px;
}

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

.border-bottom {
    border-bottom: 1px solid #333333!important;
}

.h100{
    height: 100vh;
}
.imgGal{
    border-radius: 10px;
}

/*------ CARDS ------*/
.div-oculto{
    display: none;
}
.card img{
    border-radius: 20px;
}
.card {
    background-color: transparent;
    border: 0px;
}

.card ul li button{
    border-radius: 20px;
    padding: 5px 30px;
}
.card .list-group-item {
    background-color: transparent;
}

/*------ B O T O N E S ------*/
.button {
    width: 100%;
	/* display: block; */
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	position: relative;
	z-index: 1;
	-moz-osx-font-smoothing: grayscale;
}

.button:focus {
	outline: none;
}

.button > span {
	vertical-align: middle;
}

.button--round-s {
	border-radius: 5px;
}

.button--border-thin {
	border: 1px solid;
}

.button.button--aylen {
	background: #002E71;
	color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.button--aylen.button--inverted {
	background: none;
	color: #fff;
}

.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--aylen::before {
	background: #f9a87f86;
}

.button--aylen::after {
	background: #FC6C25;
}

.button--aylen:hover {
	color: #fff;
}

.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.button--crear {
    width: 100%;
    height: 100%;
	display: block;
	border: none;
	background: none;
	color: inherit;
	position: relative;
	z-index: 1;
	-moz-osx-font-smoothing: grayscale;
}

.button--crear:focus {
	outline: none;
}

.button--crear > span {
	vertical-align: middle;
}


.button--crear.button--aylen {
	background: #002E71;
	color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}


.button--excel {
    width: 100%;
    height: 100%;
	display: block;
	border: none;
	background: none;
	color: inherit;
	position: relative;
	z-index: 1;
	-moz-osx-font-smoothing: grayscale;
}

.button--excel:focus {
	outline: none;
}

.button--excel > span {
	vertical-align: middle;
}


.button--excel.button--aylen {
	background: transparent;
    border: 1px solid #002E71;
	color: #002E71;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.button--excel.button--aylen:hover {
	color: #fff;
}

/*-- BTN M O D A L E S --*/
.btn-delete-items{
    background: #FC6C25;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor:pointer;
}
.btn-edit-items{
    background: #25fcea;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: 20px;
    cursor:pointer;
}
.btn-outline-dato{
    color: #FFF;
    border-color: #FFF;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-outline-dato:hover{
    color: #FFF;
    border-color: #FC6C25;
    background-color: #FC6C25;
}

.btn--crear{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.button--rayen {
	overflow: hidden;
	padding: 0;
	width: 100%;
    border-radius: 4px;
    border: 1px solid #FC6C25;
    background: #FC6C25;
}

.button--rayen.button--inverted {
	color: #fff;
}

.button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
    color: #FC6C25;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
	background: #FFF;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.button--rayen.button--inverted::before {
	background: #FFF;
	color: #FC6C25;
}

.button--rayen > span {
	display: block;
}

.button--rayen::before,
.button--rayen > span {
	padding: 10px !important;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button--rayen:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}




/*------ L O G I N ------*/
.back-login{
    background: #FBFBFB;
    height: 100vh;
}

.w-Llogo{
    width: 200px;
}

.title-iniciar{
    font-size: 20px;
    font-weight: 700;
    color: #A4A4A4;
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-login{
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #D8D8D8;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 10%);
}

.title-label {
    color: #020202;
    font-size: 15px;
    letter-spacing: 0.75px;
}

.form-control {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

select{
    color: #A4A4A4!important;
}
::placeholder{
    color: #A4A4A4;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.75px;
}

.btn-entrar{
    color: #FFF;
    background: #002E71;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 1px;
    width: 100%;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-entrar:hover{
    color: #FFF;
    background: #FC6C25;
}





/*------ N A V B A R ------*/
#global-nav{
    height: 80px;
}

#global-nav  ul li {
    line-height: 20px;
    margin: 0px 20px 0px 0px;
}

#global-nav .activo {
    color: #002E71!important;
    font-weight: 600 !important;
    border-bottom: 1px solid #FC6C25;
}

#global-nav .navbar-nav .nav-link {
    color: #002E71;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}

#global-nav .w-50px{
}

#global-nav .btn-user {
    color: #002E71;
    font-size: 14px;
}

#global-nav .btn-user:hover {
    color: #FC6C25;
}
#global-nav li a:hover {
    color: #FC6C25!important;
    font-weight: 700 !important;
    border-bottom: 1px solid #FC6C25;
}
.v-line{
    border-left: 2px solid #002E71;
    height:130%;
    top:50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.activo{
    color: #FC6C25 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #FC6C25;
}

.w-logo{
    width: 110px;
}

.nav-link{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

.nav-link:hover{
    color: #FC6C25;
    font-size: 14px;
    font-weight: 300;
}

.bg-nav {
    background-color: #e5e7ec!important;
}

.navbar-light .navbar-brand {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FFF;
}

.btn-salir{
    background-color: #FC6C25;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.sing-color{
    color: #FFF;
    font-size: 16px;
}

.btn-user{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: transparent;
    border-radius: none;
}

.btn-user:hover{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: transparent;
    border-radius: none;
}

nav ul li {
    line-height: 60px;
    border-top: none !important;
}

.nav-item:hover{
    background: transparent !important;
}

.nav-link:hover{
    background: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #FC6C25;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}

.navbar-light .navbar-nav .active {
    color: rgb(255, 252, 252);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}



.navbar-light .navbar-nav .nav-link:hover {
    color: #FC6C25!important;
    font-size: 14px;
    font-weight: 300;
    background-color:#002e71 !important;
}

.txt-end{
    text-align: right;
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: transparent !important;
    overflow: hidden;
    transition: 1s all ease;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}



/*------ H I S T O R I A L ------*/
.titles{
    font-size: 22px;
    font-weight: 700;
    color: #020202;
}

.btn-crear{
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background: #FC6C25;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-crear:hover{
    color: #FFF;
    background: #002E71;
}

.w-logos{
    width: 70px;
}

.margin-icons{
    margin: 0px 30px 0px 0px;
}

.margin-excel{
    margin: 0px 10px 0px 0px;
}

.fa-color{
    color: #002E71;
}

.fa-color-excel{
    color: #002E71;
}

.fa-color-excel:hover{
    color: #fff;
}

.fa-color-trash{
    color: #9B9B9B;
}

.col-color{
    font-size: 14px;
    font-weight: 500;
    background-color: #fc6c2538 !important;
    border-right: 1px solid white;
    padding: 20px !important;
}

.padding-table{
    padding: 20px !important;
}

.table {
    --bs-table-striped-bg: rgb(0 46 113 / 6%);
}

.pagination {
    display: flex;
    font-size: 16px;
    justify-content: flex-end;
}

.pages {
    display: flex;
    flex-direction: row;
    font-size: 20px;
}

.page {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #002E71;
}

.page:hover {
    background-color: #002E71;
    color: #fff;
}

.active {
    background-color: #002E71;
    color: #fff;
}

.btn-paginador {
    background-color: #fff;
    border: 1px solid #002E71;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-paginador:hover {
    background-color: #FC6C25;
    border: 1px solid #FC6C25;
}

.btn--icon {
    height: 24px;
    width: 24px;
    stroke: #002E71;
}

.btn--icon:hover {
    stroke: #fff;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #002E71;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.form-label {
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0.75px;
}

.cerrar{
    color: #fff;
}

.close {
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent;
    border: 0;
    border-radius: 0.25rem;
    opacity: 100%;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.txt-logo{
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 3rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: none;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    line-height: 1.5;
}

.btn-modal {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    width: 100%;
    background-color: #FC6C25;
    border-color: #FC6C25;
}

.btn-modal:hover {
    color: #002E71;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.img-arte{
    opacity: 20%;
}

@media (min-width: 576px){
    .modal-dialog {
        /*max-width: 580px;*/
        margin: 1.75rem auto;
    }

    .modal-dialog-form {
        max-width: 1200px;
        margin: 1.75rem auto;
    }
}

.search{
    position: relative;
}

.search input{
    margin-left: 10px;
    border: 1px solid #d8d8d8;
}

.search input:focus{
    box-shadow: none;
    border: 1px solid #d8d8d8;
}

.search .fa-search{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    padding: 12px 0px;
    color: #333333;
}

.search button{
    padding: 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: transparent;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.search button:hover{
    border-radius: 0px;
    border: none;
    background: transparent;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}



/*------ C R E A R - L A N D I N G ------*/
.bg-mesa{
    background-color: #fbfbfb;
}

.txt-mesa{
    color: #d8d8d8;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.color-brush{
    color: #d8d8d8;
    font-size: 40px;
    margin-bottom: 10px;
}

.w15{
    width: 15%;
}

.titles-contenido{
    color: #FC6C25;
    font-weight: 600;
    letter-spacing: 1px;
}

.sub-text{
    color: white;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.terminos{
    color: white;
    font-weight: 400;
}

.terminos a{
    color: white;
    font-weight: 400;
    text-decoration: underline;
}

.btn-side{
    position: absolute;
    left: 45px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #FC6C25;
    border-radius: 100px;
    cursor: pointer;
    transition: left 0.4s ease;
}

.btn-side.click{
    left: 260px;
}

.btn-side span{
    color: white;
    font-size: 20px;
    line-height: 45px;
}

.btn-side.click span:before{
    content: '\f00d';
}

.sidebar{
    position: absolute;
    width: 250px;
    height: 100%;
    left: -250px;
    background: #F9F9F9;
    transition: left 0.4s ease;
}

.sidebar.show{
    left: 0px;
}

.sidebar .text{
    color: #020202;
    font-size: 16px;
    font-weight: 300;
    line-height: 65px;
    text-align: center;
    background: #F9F9F9;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #d8d8d8;
}

nav ul{
    background: #F9F9F9;
    height: 100%;
    width: 100%;
    list-style: none;
    padding: 0px !important;
}

nav ul li{
    line-height: 60px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

nav ul li:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

nav ul li a{
    position: relative;
    color: #020202;
    text-decoration: none;
    font-size: 16px;
    padding-left: 40px;
    font-weight: 400;
    letter-spacing: 1.5px;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
}

nav ul li.active a{
    color: #FFF;
    background: #002E71;
    border-left-color: #FC6C25;
}

nav ul li a:hover{
    color: #FFF;
    background: #002E71;
}

nav ul ul{
    position: static;
    display: none;
}

nav ul .feat-show.show{
    display: block;
}

nav ul .serv-show.show1{
    display: block;
}

nav ul ul li{
    line-height: 42px;
    border-top: none;
}

nav ul ul li a{
    font-size: 17px;
    color: #e6e6e6;
    padding-left: 80px;
}

nav ul li.active ul li a{
    color: #e6e6e6;
    background: #F9F9F9;
    border-left-color: transparent;
}

nav ul ul li a:hover{
    color: #FC6C25!important;
    background: #FC6C25!important;
}

nav ul li a span{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
}

nav ul li a span.rotate{
    transform: translateY(-50%) rotate(-180deg);
}

.btn-gris{
    width: 150px;
    height: 40px;
    color: #002e71;
    margin: 1em 0;
    background: #e5e7ec!important;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px; 
}
.btn-blue{
    width: 150px;
    height: 40px;
    color: white;
    margin: 1em 0;
    background: #002E71!important;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;   
}
.arrow::before {
    display: inline-block;
    content: "←";
    transition: transform 0.3s ease-out;
}

.arrow:hover {
    color: #FC6C25;
}

.arrow:hover::before {
    transform: translateX(-5px);
}

.fa-icon{
    margin-right: 10px;
}

.title-vista{
    color: #9B9B9B;
    font-size: 16px;
    letter-spacing: 1.5px;
    float: right;
}

.title-guardar{
    color: #FC6C25;
    font-size: 16px;
    letter-spacing: 1.5px;
    float: right;
}

.title-guardar:hover{
    color: #002E71;
    font-size: 16px;
    letter-spacing: 1.5px;
    float: right;
}

.title-vista:hover{
    color: #002E71;
    font-size: 16px;
    letter-spacing: 1.5px;
    float: right;
}

/*------ M O D A L E S ------*/
.txt-preguntas{
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.btn-agregarCampo{
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    background-color: transparent;
    border-radius: none;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-agregarCampo:hover{
    color: #FC6C25;
    background-color: transparent;
    border-radius: none;
}

.txt-valores{
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.bg-modales{
    background-image: url(./../../assets/images/modales/back_modales.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hr-modales{
    border-bottom: 1px solid #FFF;
}

.img-modales{
    opacity: 100%;
}

.btn-agregarImg{
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    background-color: transparent;
    border-radius: none;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-agregarImg:hover{
    color: #FC6C25;
    background-color: transparent;
    border-radius: none;
}




/*------ U S U A R I O S ------*/
.arrow-regresar {
    color: #FC6C25;
    font-weight: 700;
    margin: 1em 0;
}

.arrow-regresar::before {
    display: inline-block;
    content: "←";
    transition: transform 0.3s ease-out;
}

.arrow-regresar:hover {
    color: #FC6C25;
}

.arrow-regresar:hover::before {
    transform: translateX(-5px);
}

.form-label-usuario {
    color: #000;
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-usuario{
    border: 1px solid #fc6d24;
}

.bg-crear{
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0 rgb(0 0 0 / 13%);
}

.btn-crearUsuario{
    color: #FFF;
    background: #002E71;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 1px;
    width: 100%;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-crearUsuario:hover{
    color: #FFF;
    background: #FC6C25;
}

.txt-editar{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5;
}

.title-exito{
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.txt-exito{
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.bg-exito{
    background-image: url(./../../assets/images/modales/bg_ondas.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-aceptar{
    color: #002E71;
    background: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 1px;
    width: 100%;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-aceptar:hover{
    color: #FFF;
    background: #FC6C25;
}

.btn-cancelar{
    color: #FFF;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 1px;
    width: 100%;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-cancelar:hover{
    color: #FFF;
    background: #FC6C25;
}

.loading {
    position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
transition: 1s all;
opacity: 1;

}
.loading.show {
    opacity: 1;
}
.loading .spin {
    border: 3px solid hsla(185, 100%, 62%, 0.2);
    border-top-color: #3cefff;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 1s linear infinite;
}

/*Estilos internos de estructura*/
.galeriaItem,.sliderItem,.cardItem{
    display:none;
}
.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
 
.content-input input{
	visibility: hidden;
	position: absolute;
	right: 0;
}

.content-input{
	position: relative;
	margin-bottom: 30px;
	padding:5px 0 5px 60px; /* Damos un padding de 60px para posicionar 
        el elemento <i> en este espacio*/
	display: block;
}
 
/* Estas reglas se aplicarán a todos las elementos i 
después de cualquier input*/
.content-input input + i{
       background: #f0f0f0;
       border:2px solid rgba(0,0,0,0.2);
       position: absolute; 
       left: 0;
       top: 0;
}
 
/* Estas reglas se aplicarán a todos los i despues 
de un input de tipo checkbox*/
.content-input input[type=checkbox ] + i{
	width: 60px;
	height: 30px;
	border-radius: 15px;
}
/*
Creamos el círculo que aparece encima de los checkbox
con la etqieta before. Importante aunque no haya contenido
debemos poner definir este valor.
*/
.content-input input[type=checkbox] + i:before{
	content: ''; /* No hay contenido */
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	-webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
}
.content-input input[type=checkbox]:checked + i:before{
	left: 30px;
	-webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
}
 
.content-input input[type=checkbox]:checked + i{
 background: #6da3dd;
}

.content-input input[type=checkbox] + i:after{
	content: ' ';
	position: absolute;
	font-size: 10px;
	color: rgba(255,255,255,0.6);
	top: 8px;
	left: 4px;
	opacity: 0 /* Ocultamos este elemento */;
	transition: all 0.25s ease 0.25s;
}
 
/* Cuando esté checkeado cambiamos la opacidad a 1 y lo mostramos */
.content-input input[type=checkbox]:checked + i:after{
 opacity: 1;
}
.div-centrado{
    display: flex;
    justify-content: center;
}
.img-card{
    width: 70%;
    margin: 10px auto;
}



/*Segunda parte*/

.tituloMod{
    cursor: pointer;
    border-top: 1px solid #d8d8d8;
}
.tituloMod:hover{
    background: #fc6c24!important;
    color: white!important;
}
.active2{
    background: #fc6c24!important;
    color: white!important;
}
.div-oculto{
    display:none;
}
.menu-lateral ul {
    height: auto!important;
}

.line-height{
    line-height: 22px;
}
.btn-success {
    color: #fff;
    background-color: #fc6c24;
    border-color: #fc6c24;
}
#tableWork{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#sortable{
    width:100%;
    list-style: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    
    background: transparent;
}
.div-acciones{
    position: absolute;
    right: 0px;
    top: 50%;
    width: 50px;
    height: 100%;
    background: #FC6C25;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002E71;
    z-index: 9;
    transform: translate(0%, -50%);
}
.w-component{
    width: 100%;
}
.hasTooltip { 
overflow: visible !important;
position:relative; }

.hasTooltip .tip {
display:block;
background: #fc6c24; 
color: #fff;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
font-size:inherit; 
font-style:normal;
line-height: 1rem;
text-align:center;
padding: 8px 16px;
border-radius:4px;
margin-bottom:5px;
pointer-events: none;
position: absolute;
bottom: 100%; 
left: 50%; 
transform: translateX(-50%);
opacity: 0;
transition: opacity .34s ease-in-out;
white-space:nowrap;  
z-index:99; }

.hasTooltip .tip:after {
border-left: solid transparent 6px;
border-right: solid transparent 6px;
border-top: solid #fc6c24 6px;
bottom: -4px;
content: "";
height: 0;
left: 50%;
margin-left: -6px;
position: absolute;
width: 0; }

.hasTooltip:focus .tip,
.hasTooltip:hover .tip {
opacity: 1;
pointer-events: auto; 
width: 150px;
display: flex;
height: 50px;
align-items: center;
justify-content: center;
position: relative;
}
.legales p{
margin-bottom: 0rem;
}
.d-flex-legales{
    display:flex;
}
/*Fin de estilos internos*/
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
} 
@media only screen and (min-width: 1px) and (max-width: 600px){
    .padding-em{
        padding: 1em 0em;
    }

    .txt-center{
        text-align: center;
    }

    .mt-100{
        margin-top: 50px;
    }

    .padding-50-nav{
        padding: 0px 15px;
    }

    .padding-50-historial{
        padding: 0px 0px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(./../../assets/images/menu_hamburguesa.png);
    }

    /*------ N A V B A R ------*/
    .txt-end{
        text-align: left;
    }

    .btn-user {
        padding: 0px;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        background-color: transparent;
        border-radius: none;
    }

    .btn-salir {
        background-color: #FC6C25;
        border-radius: 100px;
        width: 40px;
        height: 40px;
    }

    .mt-user{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*------ L O G I N ------*/
    .padding-100 {
        padding: 0px 20px;
    }

    /*------ H I S T O R I A L ------*/
    .search input {
        margin-bottom: 10px;
        margin-left: 0px;
        border: 1px solid #d8d8d8;
    }

    .titles {
        font-size: 22px;
        font-weight: 700;
        color: #020202;
        text-align: center;
        margin-bottom: 20px;
    }

    .button--crear.button--aylen {
        padding: 10px;
    }

    .button--crear-margin{
        margin-bottom: 10px;
    }

    .button--excel.button--aylen {
        padding: 10px;
    }

    .pagination {
        display: flex;
        font-size: 16px;
        justify-content: center;
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    /*------ C R E A R - L A N D I N G ------*/
    .padding-50-creacion{
        padding: 0px 0px;
    }

    .title-vista{
        color: #9B9B9B;
        font-size: 16px;
        letter-spacing: 1.5px;
        float: left;
    }

    
    /*------ M O D A L E S ------*/
    .sub-text {
        color: white;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    /*------ U S U A R I O S ------*/
    .w-borrar{
        width: 110px;
    }

    .w-cambios{
        width: 110px;
    }

    .txt-exito {
        color: white;
        font-size: 16px;
        font-weight: 300;
        padding: 0px 25px;
    }

    .justificado-redes{margin: auto !important;}
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .margin-res{
        margin:10px!important;
    }
    .menu-lateral {z-index: 99!important;}
    .btn-side {z-index: 99!important;}
    .btn-side {
        position: absolute;
        left: 2px;
        height: 30px;
        width: 30px;
        text-align: center;
        background: #FC6C25;
        border-radius: 100px;
        cursor: pointer;
        transition: left 0.4s ease;
    }
    .btn-side span {
        color: white;
        font-size: 20px;
        line-height: 32px;
    }
    .d-flex-legales{
        display:block;
    }
}


/*----- IPAD -----*/
@media only screen and (min-width: 820px) and (max-width: 825px) {
    .col-sm-6{
        width: 50%;
    }
    .margin-res{
        margin:10px!important;
    }
    .menu-lateral {z-index: 99!important;}
    .btn-side {z-index: 99!important;}
    .btn-side {
        position: absolute;
        left: 2px;
        height: 30px;
        width: 30px;
        text-align: center;
        background: #FC6C25;
        border-radius: 100px;
        cursor: pointer;
        transition: left 0.4s ease;
    }
    .btn-side span {
        color: white;
        font-size: 20px;
        line-height: 32px;
    }
    .d-flex-legales{
        display:block;
    }
}



@media only screen and (min-width: 768px) and (max-width: 770px) {
    .col-sm-6{
        width: 50%;
    }
    .margin-res{
        margin:10px!important;
    }
    .menu-lateral {z-index: 99!important;}
    .btn-side {z-index: 99!important;}
    .btn-side {
        position: absolute;
        left: 2px;
        height: 30px;
        width: 30px;
        text-align: center;
        background: #FC6C25;
        border-radius: 100px;
        cursor: pointer;
        transition: left 0.4s ease;
    }
    .btn-side span {
        color: white;
        font-size: 20px;
        line-height: 32px;
    }
    .d-flex-legales{
        display:block;
    }
}

