@charset "UTF-8";

/*-------- Bootstrap Framework -------*/

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");

/* ###### bootstrap ####### */

/*Color variables*/

/*border variables*/

/*shadow variables*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project        :   Yoha - html5 bootstrap admin template
Version        :   V.1
Create Date    :   03/06/20
Copyright      :   Spruko Technologies Private Limited 
Author         :   SprukoSoft
Author URL     :   https://themeforest.net/user/sprukosoft
Support		   :   support@spruko.com
License        :   Licensed under ThemeForest License

-------------------------------------------------------------------*/

/* ------ Table Of Contents
	* Bootstrap Framework
	* Alignments
	* Widths, Margins & Paddings
	* Alignments & values
	* Tables
	* Forms
	* Buttons
	* Drop Downs
	* Loader
	* Custom control
	* Navigation
	* Card
	* Email services
	* Range slider
	* Pricing tables
	* Pricing Styles
	* Tooptip &popover
	* Typography
	* Charts styles
	* Media object
	* Breadcrumb
	* Accordion
	* List Of Dropdwons
	* Badges
	* Jumbotron
	* Alerts
	* Progress
	* Lists
	* Modal
	* Carousel
	* Headers
	* Background colors
	* Btn styles
	* Panel
	* Thumbnails
	* Default Card Values
	* Avatars
	* progress sizes
	* Email
	* Loaders
	* Profile
	* Icon input
	* Tags
	* Date Picker
	* Back to Top
	* Time line
	* Icons List
	* selectize
	* Gallery
	* Feather icons
	
*/

/*Para probar el fondo*/

/* Full Background Image */

/* Full Background Image */

img.full-bg {
  min-height: 100%;
  min-width: 1280px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

html {
  overflow-y: auto !important;
}

@media screen and (max-width: 1280px) {
  img.full-bg {
    left: 50%;
    margin-left: -640px;
  }
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #242e4c;
  text-align: left;
  background-color: #f0f0f8;
}


/* ------------------------------------------ login----------------------------------------- */

.rectangle-base {
  margin: 4% !important;
  background-color: #ffffff !important;
}

.container-wrap-base {
  background-color: #ffffff !important;
}

label {
  font-weight: 400;
  color: #8c8c8c;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 2.5em;
  margin-bottom: 1px;
}

label.second-type-label {
  font-size: 1em;
  line-height: 0.8em;
}

.rectangle-button {
  width: 100%;
  border-radius: 3px;
}

.Timeline {
  display: flex;
  align-items: center;
  /* height: 500px; */
}

.event1,
.event2,
.event3 {
  position: relative;
}

.event1Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 60px;
  top: -70px;
  left: -15px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64);
}

.event2Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 60px;
  left: -105px;
  top: 33px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64);
}

.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.event1Bubble:before {
  bottom: -10px;
  left: 13px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
}

.event1Bubble:after {
  bottom: -8px;
  left: 13px;
  border-top-color: #f6f6f6;
  border-width: 12px;
}

.event2Bubble:before {
  bottom: 59px;
  left: 103px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.event2Bubble:after {
  bottom: 57px;
  left: 103px;
  border-top-color: #f6f6f6;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eventTime {
  display: flex;
}

.DayDigit {
  font-size: 27px;
  font-family: "Arial Black", Gadget, sans-serif;
  margin-left: 10px;
  color: #4c4a4a;
}

.Day {
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4a4a;
}

.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9e9e9e;
  font-size: 9px;
}

.eventTitle {
  font-family: "Arial Black", Gadget, sans-serif;
  color: #a71930;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  margin-top: -2px;
}

.time {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -3px;
  margin-left: -5px;
  color: #9e9e9e;
}

.eventAuthor {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 8px;
  width: 100px;
  top: -8px;
  left: 63px;
}

.event2Author {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 8px;
  width: 100px;
  top: 96px;
  left: -32px;
}

.time2 {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -31px;
  margin-left: -5px;
  color: #9e9e9e;
}

.now {
  background-color: #004165;
  color: white;
  border-radius: 7px;
  margin: 5px;
  padding: 4px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid white;
  font-weight: bold;
  box-shadow: 0 0 0 2px #004165;
}

.futureGray {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.futureOpacity {
  -webkit-filter: opacity(0.3);
  filter: opacity(0.3);
}

.v-btn {
  text-transform: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.fur {
  color: #353b42;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}

.conf {
  color: #353b42 !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  letter-spacing: 0.38px !important;
  line-height: 38px !important;
}

.v-btn-width-default {
  height: 36px !important;
  min-width: 160px !important;
  padding: 0 16px !important;
}

.rectangle-button-2 {
  width: 160px;

  /* // height: 38px;
  // width: 100%; */
  border-radius: 3px !important;
  /* background-color: #00685e !important; */
}
.type-something-title {
  color: #b6ff00;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.label-negrita {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 23px !important;
  margin-bottom: 15px !important;
}

.v-pagination__navigation,
.v-pagination__item {
  box-shadow: none !important;
}

.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  font-size: 1rem !important;
}

.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  font-weight: 400 !important;
}

.v-data-table > .v-data-table__wrapper > table {
  max-width:100%;
  white-space:nowrap;
}

.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr:last-child
  > th {
  border-bottom: thin solid #9b9b9b !important;
}

.v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover)
  .v-btn__content {
  opacity: 1 !important;
}

.source-sans-pro-regu {
  width: 882.18px;
  color: #353b42;
  font-size: 16px;
  letter-spacing: 0.19px;
  line-height: 19px;
}

.maria-laura-rivas-pa {
  color: #353b42;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}

.beneficiario {
  color: #6a6f78;

  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.source-sans-pro-ligh {
  color: #353b42;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 19px;
}

.source-sans-pro-ligh {
  height: 38px;
  
  color: #353b42;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.29px;
  line-height: 38px;
}



@media (max-width: 576px) {
 
.source-sans-pro-ligh {
 
  color: #353b42;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.29px;
  line-height: 38px;
}
}


.fecha-valor {
  padding-top: 15px;
  color: #353b42;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  /* text-align: right; */
}

.data-table-styles {
  height: 20px;
  width: 100px;
  color: #6a6f78;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.resumen {
  color: #353b42;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.29px;
  line-height: 38px;
}

.labels-liquidacion {
  color: #6a6f78;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.labels-liquidacion-data {
  color: #353b42;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}


@media screen and (min-width: 600px) {
  div.v-data-table.theme--light > div > table > tbody > tr > td:first-child,
  div.v-data-table.theme--light > div > table > thead > tr > th:first-child {
    padding-left: 0px;
  }
}

.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  height: 40px !important;
  text-transform: uppercase;
}


a.sub-nav {
  padding-right: 2em;
  color: #353B42;
  font-weight: 300;
  font-size: 16px !important;
}

a.sub-nav:hover {
  text-decoration: none;
}


.verifica-tu-cuenta {
  font-size: 32px !important;
  font-weight: 300 !important;
  letter-spacing: 0.38px !important;
  line-height: 38px !important;
}


.crn-logo-confirming {
  width: 244.01px;
}

.su-cuenta-se-ha-crea {
  color: #353B42;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.22px;
  line-height: 19px;
}

.source-sans-pro-ligh-2 { 
  color: #353B42;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.38px;
  line-height: 38px;
  text-align: center;
}

.firt-col-right-margin thead > tr > th.text-start:first-child, 
.firt-col-right-margin tbody > tr > td.text-start:first-child {
  border-right: thin solid #9b9b9b;
}

.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  font-size: 1rem !important;
  color: rgb(106, 111, 120) !important;
}

.tabla-anticipos thead th {
  background: #f3f5f7 !important;
}

.chip {
  font-size: 0.8em;
  border: 1px solid #adb5c4;
  padding: 2px 10px;
  border-radius: 4px;
}

.v-data-table__wrapper {
  max-height: 60vh;
  border-bottom: 1px solid #e0e0e0;
}

.card-action-with-space {
  padding: 20px 40px 30px 40px !important
}

.v-dialog > .v-card > .v-card__text {
  padding: 10px 40px 20px !important;
}

@media screen and (max-width: 600px) {
  .v-data-table-header-mobile__wrapper {
    justify-content: flex-end;
  }
  .v-data-table-header-mobile__select {
    justify-content: right !important;
  }
}

.imp-anticipable > .v-input__control > .v-text-field__details {
  display: none;
}

.centrado-img-no-data{
  /* margin-top: 2% !important;
  margin-bottom: 2% !important; */
  display: block;
  margin: auto;
}
.centrado-img-no-data-container{
/* align-items: center !important;
text-align: center !important;
align-content: center !important; */
/* display: grid !important; */
}




@media (min-width: 2732px){
  .heightCookies{
    height:230px ;
  }
}

@media (max-width: 2064px){
  .heightCookies{
    height:270px ;
  }
}

@media (max-width: 1517px){
  .heightCookies{
    height:310px ;
  }
}


@media (max-width: 1366px){
  .heightCookies{
    height:200px ;
  }
}



@media (max-width: 1264px){
  .heightCookies{
    height:330px ;
  }
}

@media screen and (max-width: 1200px) {
  .heightCookies{
    height:330px ;
  }
}

@media screen and (max-width: 1000px) {
  .heightCookies{
    height:350px ;
  }
}

@media screen and (max-width: 800px) {
  .heightCookies{
    height:450px ;
  }
}

@media screen and (max-width: 720px) {
  .heightCookies{
    height:440px ;
  }
}

@media screen and (max-width: 650px) {
  .heightCookies{
    height:460px ;
  }
}

@media screen and (max-width: 505px) {
  .heightCookies{
    height:470px ;
  }
}

@media screen and (max-width: 463px) {
  .heightCookies{
    height:495px ;
  }
}


@media screen and (max-width: 445px) {
  .heightCookies{
    height:600px ;
  }
}


@media screen and (max-width: 355px) {
  .heightCookies{
    height:650px ;
  }
}

/* .v-chip.v-size--default {
  border-radius: 16px !important;
  font-size: 11px !important;
  height: 21px !important;
} */