
.flota {
  display: flex;
  gap: 2rem     ;
}
.flota-nav{

}
.btn-formulario {
  text-align: center;
}
.inline-block{
  display: inline-block;
}

menu {
  --size: 2.5rem;
  --radius: 6rem;
  --padding: 1rem;
  --bg-color: rgba(255, 255, 255, 0.9);
  --fg-color: rgba(0, 0, 0, 0.7);
  --hi-color: #c22eff;
  z-index: 3;
  position: fixed;
  bottom: var(--padding);
  right: var(--padding);
}

menu > * {
  position: absolute;

  display: grid;
  place-content: center;

  border-radius: 50%;

  background: var(--bg-color);
  color: var(--fg-color);

  text-decoration: none;

  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6);
}

menu > .action {
  --factor: 0;

  width: var(--size);
  height: var(--size);
  right: calc(0.35 * var(--size));
  bottom: calc(0.35 * var(--size));

  opacity: 0;

  transform: rotate(calc(-1 * var(--angle))) translateY(calc(-1 * var(--radius) * var(--factor))) rotate(var(--angle));

  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
}

menu > .action:hover, menu > .trigger:hover {
  color: var(--hi-color);
  box-shadow: 0px 0px 0px 0.35rem rgba(0, 0, 0, 0.2);
}

menu.open > .action {
  --factor: 1;

  opacity: 1;
}

menu > .action:nth-child(1) {
  --angle: 0deg;
  transition-delay: 0ms;
}

menu > .action:nth-child(2) {
  --angle: 30deg;
  transition-delay: 50ms;
}

menu > .action:nth-child(3) {
  --angle: 60deg;
  transition-delay: 100ms;
}

menu > .action:nth-child(4) {
  --angle: 90deg;
  transition-delay: 150ms;
}

menu > .trigger {
  width: calc(1.6 * var(--size));
  height: calc(1.6 * var(--size));
  bottom: 0;
  right: 0;

  font-size: 2rem;
  transition: box-shadow 250ms ease-in-out, color 250ms ease-in-out;
}

menu > .trigger > i {
  transition: transform 250ms ease-in-out;
}

menu.open > .trigger > i {
  transform: rotate(-135deg);
}

.home-menu-div{
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  text-align:center;
  justify-content: center;
  margin-top: 7%;
}

.panel-central{
  grid-column: 2/3;
  grid-row-start: 1;
  grid-row-end: 6;
}
.link{
   font-size:20px;
   font-weight:300;
   text-align:left;
   position:relative;
   height:40px;
   line-height:40px;
   margin-top:10px;
   overflow:hidden;
   width:45%;
   margin-left:20%;
   cursor:pointer;
}
.link:after{
   content: '';
   position:absolute;
   width:80%;
   border-bottom:3px solid rgba(156, 39, 176, .50);
   bottom:50%;
   left:-100%;
   transition-delay: all 0.5s;
   transition: all 0.5s;
}
.link:hover:after,
.link.hover:after{
   left:100%;

}
.link .text{
   text-shadow:0px -40px 0px rgba(255, 255, 255, 1);
   transition:all 0.75s;
   transform:translateY(100%) translateZ(0);
   transition-delay:all 0.25s;
}
.link:hover .text,
.link.hover .text{
   text-shadow:0px -40px 0px rgba(255, 255, 255, 0);
   transform:translateY(0%) translateZ(0) scale(1.1);
   font-weight:600;
}
.container-central{
  width:100%;
  height: 100%;
  background: white ;
  font-family: 'Raleway', sans-serif;
  color:rgba(0, 0, 0, 0.75);
  border:1px solid white;
  border-radius:4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.card-home {
  border: solid;
  margin-bottom: 5%;
  /*border-radius: 6px;*/
  color: #FFFFFF;
  background: #9C27B0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}

  .dropbtn {
  padding: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;

  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.faa {
    display: inline-block;
    font: normal normal normal 56px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btn-catalogos{
  display: none;
}
.container-cat{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;

}
.icon-mas{
  display: block;
  text-decoration: none;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 60%);
  margin-bottom: 5px;
  transition: all 500ms ease;
}
.catalogos a{
  display: block;
  text-decoration: none;
  height: 55px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 55px;
  /*box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 60%);*/
  margin-bottom: 5px;
  transition: all 500ms ease;
}

.catalogos a:hover{
  background: #9C27B0;
  color: white;
}

.catalogos a{
  margin-bottom: -15px;
  opacity: 0;
  visibility: hidden;
}
.btn-catalogos{
  right:-180px;
  position: relative;
}
#btn-catalogos:checked~ .catalogos a{
  margin-bottom: 0px;
  opacity: 1;
  visibility: visible;
}
/*UTILIDADES*/
.no-margin{
    margin: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.width-100{
    width: 100% !important;
}
.width-95{
    width: 95%;
}
.permissionsAndRoleFormat{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 5px;
}
.cuerposubmenu{
    position: relative;
}
.contenidoGenerico{
    display: grid;
    grid-template-columns: 1fr 7fr;
}
.navtopGenerico{
    display: flex;
    justify-content: end;
}
/*-------------------Tab-Menu-Productos*/
.tabs {
  display: flex;
  flex-wrap: wrap;

}

.tabs .label {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background-color: #89229B;
  color: white;
  transition: background ease 0.3s;
  border-radius: 4px;
}

.tabs .tab {
  order: 9;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  padding: 40px;
  border-radius: 4px;
  box-shadow: -10px 10px 0px 0px #c5bec7;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background: #fff;
  color: #89229B ;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

@media (max-width: 465px) {
  .tabs .tab,
  .tabs label {
   order: initial;
  }

  .tabs label {
    width: 100%;
    margin-left: 50px;
  }
}

.div-prod{
  margin-top: 20px;
}
/*-----------Contenido-Tab*/
.row-tab {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 20px;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: ;
    align-items: center;
    gap: 2rem;
}
.row-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 20px;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: ;
    align-items: baseline;
    gap: 2rem;
}
.tab-image{
  width: 15%;
  border-radius: 15px;
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 60%);
}
.tab-save{
  display: inline;
   right: 0px;
   position: absolute;
   margin-right: 16px;
   order: 1;
}
/*----------Fin-Tab-Menu*/
.nav-prin  {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
}
.item-ubi{
 flex: 1 1 0;
  width: 0;
}



.card .menu {
  width: 100%;
  height: 5.5rem;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  box-sizing: border-box;
}
.card .menu .opener {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border-radius: 50%;
  transition: background-color 100ms ease-in-out;
}
.card .menu .opener:hover {
  background-color: #f2f2f2;
}
.card .menu .opener span {
  background-color: #404040;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  left: calc(50% - 0.2rem);
  border-radius: 50%;
}
.card .menu .opener span:nth-child(1) {
  top: 0.45rem;
}
.card .menu .opener span:nth-child(2) {
  top: 1.05rem;
}
.card .menu .opener span:nth-child(3) {
  top: 1.65rem;
}
.card h2.name {
  text-align: center;
  padding: 0 2rem 0.5rem;
  margin: 0;
}
.card .title {
  color: #a0a0a0;
  font-size: 0.85rem;
  text-align: center;
  padding: 0 2rem 1.2rem;
}
.card .actions {
  padding: 0 2rem 1.2rem;
  display: flex;
  flex-direction: column;
  order: 99;
}
.card .actions .follow-info {
  padding: 0 0 1rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.card .actions .follow-info h2 {
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}
.card .actions .follow-info h2 a {
  text-decoration: none;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  transition: background-color 100ms ease-in-out;
}
.card .actions .follow-info h2 a span {
  color: #1c9eff;
  font-weight: bold;
  transform-origin: bottom;
  transform: scaleY(1.3);
  transition: color 100ms ease-in-out;
}
.card .actions .follow-info h2 a small {
  color: #afafaf;
  font-size: 0.85rem;
  font-weight: normal;
}
.card .actions .follow-info h2 a:hover {
  background-color: #f2f2f2;
}
.card .actions .follow-info h2 a:hover span {
  color: #007ad6;
}
.card-new {
  background-color: #fff;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 2rem;
  margin: 0px 20px;
  box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5);
}
.card .banner {
  background-image: url("../assets/img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 11rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.card .banner svg {
  background-color: #fff;
  width: 8rem;
  height: 8rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
  border-radius: 50%;
  transform: translateY(50%);
  transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.card .banner svg:hover {
  transform: translateY(50%) scale(1.3);
}
.card .desc {
  text-align: justify;
  padding: 0 2rem 2.5rem;
  order: 100;
}

.grid-4-columns{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.5rem;
}
.grid-3-columns{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.5rem;
}
.grid-3-columns a{
    padding: 30px 30px;
}


/*******LOADER BUILDING*/
.loader {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 0px;
}

.loader span {
    display: block;
    width: 20px;
    height: 20px;
    background:white;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.loader span:nth-child(2) {
    background: #f07e6e;
}

.loader span:nth-child(3) {
    background: #84cdfa;
}

.loader span:nth-child(4) {
    background: #5ad1cd;
}

.loader span:not(:last-child) {
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.loader span:last-child {
    animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(10px, -10px);
    }
    20% {
        transform: translate(20px, 10px);
    }
    30% {
        transform: translate(30px, -50px);
    }
    70% {
        transform: translate(-150px, -50px);
    }
    80% {
        transform: translate(-140px, 10px);
    }
    90% {
        transform: translate(-130px, -10px);
    }
    100% {
        transform: translate(-120px, 0);
    }
}


/*DATATABLES*/
td:last-of-type{
    text-align: right;
    justify-content: end;
    display: flex;
}

.entidades-principal{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0.5rem;
}
.card-hom{
  border: solid;
    margin-bottom: 5%;
    /* border-radius: 6px; */
    color: #FFFFFF;
    background: #9C27B0;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.origin{
text-align: center;
    margin: 2rem;
}
.someOrigin--aldo,.someOrigin--optimo , .someOrigin--legazpi{
display: flex;justify-content: space-between;
margin:2rem;
}
