/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

:root {
    --primaryColor: #3fd0d4;
    --mainWhite: #fff;
    --offWhite: #f7f7f7;
    --mainBlack: #222;
    --mainGrey: #ececec;
    --darkGrey: #afafaf;
    --mainTransition: all 0.3s linear;
    --mainSpacing: 0.15rem;
    --lightShadow: 2px 5px 3px 0px rgba(0, 0, 0, 0.25);
    --darkShadow: 4px 10px 5px 0px rgba(0, 0, 0, 0.5);
    --paddingCol: 10px;
  }
  
  
  body {
    color: #222;
    font-family: sans-serif;
    padding: 0;
    margin: 0;
  }
  
  
  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  #img-logo {
    width: 100px;
  }
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  .form-control {
    display: block;
    width: 100%;
    padding: .65rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    text-align: center;
    margin: 5px 0;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  .navbar {
    flex-direction: row;
    display: flex;
  }
  
  :root {
    --carousel-height: 25rem;
    --carousel-width: 100%;
  }
  /* Oculta el scroll horizontal */
  .ta-c {
    text-align: center;
  }
  .mr-2 {
    margin-right: 2%;
  }
  .mr-4 {
    margin-right: 4%;
  }
  .ml-2 {
    margin-left: 2%;
  }
  .ml-4 {
    margin-left: 4%;
  }
  
  .mt-2 {
    margin-top: 2%;
  }
  .mt-4 {
    margin-top: 4%;
  }
  
  .carousel {
    height: var(--carousel-height);
    overflow: hidden;
    width: var(--carousel-width);
  }
  .carousel h1 {
    font-size: 3.5rem;
  }
  .container-benefits h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .container-benefits h5, .container-benefits p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
  }
  .container-benefits h5 {
    font-weight: 700;
    font-size: 1rem;
  }
  .container-benefits p {
    min-height: 75px;
  }
  .carousel p {
    font-size: 2rem;
    margin-top: 0;
  }
  .carousel__slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .carousel__container {
    scroll-snap-type: x mandatory;
    display: flex;
    overflow-x: auto;
  }
  
  .carousel__slider , .container-benefits .img , .bg-img-logo.img {
    height: var(--carousel-height);
    min-width: var(--carousel-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
    position: relative;
  }
  .mySlides {display:none;}
  .container-benefits .img {
    height: 200px;
    background-size: contain;
    min-width: 60%;
  }
  
  .bg-img-logo.img {
    height: 50px;
    background-size: contain;
    filter: invert(1);
  }
  
  .carousel__slider--1 {
    background-image: url("../../img/background/Pibe.jpg");
  }
  .bg-img-logo {
    background-image: url("../../img/gestionnegro.png");
  }
  
  .bg-img-1 {
    background-image: url("../../img/background/veplogin.jpg");
  }
  .bg-img-2 {
    background-image: url("../../img/background/ctactelogin.jpg");
  }
  .bg-img-3 {
    background-image: url("../../img/background/comprobantesinicio.jpg");
  }
  .bg-img-4 {
    background-image: url("../../img/background/presupuestosinicio.png");
  }
  .bg-img-5 {
    background-image: url("../../img/background/debinInicio.png");
  }
  
  .carousel__slider--2 {
    background-image: url("../../img/background/cuentacorriente3.jpg");
  }
  
  .carousel__slider--3 {
    background-image: url("../../img/background/contenedorinicio.jpg");
  }
  
  /* Estilos para la demo, pueden ser borrados */
  .carousel__slider h1,
  .carousel__slider p {
    color: white;
    text-shadow: 1px 1px 5px black;
  }
  .carousel__slider h1 {
    text-transform: uppercase;
  }
  
  .ai-t {display: flex; align-items: flex-start;}
  .ai-c {display: flex; align-items: center;}
  .ai-b {display: flex; align-items: flex-end;}
  .jc-c { display: flex; justify-content: center; }
  .jc-l { display: flex; justify-content: flex-start; }
  .jc-r { display: flex; justify-content: flex-end; }
  .jc-sa { display: flex; justify-content: space-around;}
  .jc-sb { display: flex; justify-content: space-between;}
  
  
  .container-fluid, .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    max-width: 1140px;
  }
  
  .row {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .col_1  {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(8.333333% - var(--paddingCol));
    max-width: 8.333333%;
    padding: 5px;
  }
  
  .col_6  {
    display: flex;
    flex-direction: column;
    flex: 0 0  calc(16.66666666% - var(--paddingCol));
    max-width: 16.66666666%;
    padding: 5px;
  }
  
  .col_5  {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(20% - var(--paddingCol));
    max-width: 20%;
    padding: 5px;
  }
  
  .col_4  {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - var(--paddingCol));
    max-width: 25%;
    padding: 5px;
  }
  .col_ {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    flex-direction: column;
    position: relative;
    padding: 5px;
  }
  .col_3  {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.33333333% - var(--paddingCol));
    max-width: 33.33333333%;
    padding: 5px;
  }
  .col_2  {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - var(--paddingCol));
    max-width: 50%;
    padding: 5px;
  }
  @media screen and (max-width: 1024px) {
    .col_5 {
      flex: 0 0 calc(50% - var(--paddingCol));
      max-width: calc(50% - var(--paddingCol));
    }
  }
  @media screen and (max-width: 768px) {
    .carousel h1 {
      font-size: 2.75rem;
      text-align: center;
    }
    .carousel p {
      font-size: 1.75rem;
      text-align: center;
    }
    .col_5 {
      flex: 0 0 calc(50% - var(--paddingCol));
      max-width: calc(50% - var(--paddingCol));
    }
    .col_6 , .col_ , .col_1 , .col_3, .col_2 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .container {
      align-items: inherit;
      width: 95%;
     }
  }
  @media screen and (max-width: 480px) {
    #img-logo {
      width: 0;
    }
    .col_6 , .col_ , .col_1 , .col_3, .col_5, .col_2 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .form-control {
     width: 90%;
    }
    .container {
      align-items: inherit;
      width: 95%;
     }
     .carousel h1 {
      font-size: 2rem;
      text-align: center;
    }
    .carousel p {
      font-size: 1.25rem;
      text-align: center;
    }
  } 
  @media screen and (max-width: 320px) {
    #img-logo {
      width: 0;
    }
    .col_6 , .col_ , .col_1 , .col_3, .col_5, .col_2 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .form-control {
      width: 90%;
     }
     .container {
      align-items: inherit;
      width: 95%;
     }
     .carousel h1 {
       font-size: 2rem;
       text-align: center;
     }
     .carousel p {
      font-size: 1.25rem;
      text-align: center;
    }
   }
   
  .fixed_top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
    padding: 1rem;
  }
  
  body::-webkit-scrollbar {width: 10px;}
  body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 60px rgba(0,0,0,0.3);}
  body::-webkit-scrollbar-thumb {background-color: #555555;outline: 1px solid #555555;}
  
  .btn-lightwhite,
  .btn-green {
    text-transform: uppercase;
    letter-spacing: var(--mainSpacing);
    color: var(--mainWhite);
    border: 2px solid var(--mainWhite);
    padding: 0.7rem 1.6rem;
    display: inline-block;
    transition: var(--mainTransition);
    cursor: pointer;
    outline: none;
    font: 400 13.3333px Arial;
  }
  .btn-green {
    background: var(--primaryColor);
    color: var(--mainWhite);
    border: 2px solid var(--primaryColor);
  }
  .btn-lightwhite {
    color: var(--mainWhite);
    background: transparent;
  }
  .btn-lightwhite:hover {
    background: var(--mainWhite);
    color: var(--primaryColor);
  }
  
  .btn-green:hover {
    background: transparent;
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
  }
  
  .notificacion {
    flex-wrap: wrap;
    font-weight: 400;
    left: 0;
    margin: 24px;
    max-width: 640px;
    min-height: 52px;
    padding: 8px 24px;
    position: fixed;
    font-weight: 400;
    align-items: center;
    background-color: #fff;
    border: none;
    letter-spacing: .2px;
    color: #333;
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    visibility: hidden;
    opacity: 0;
    right: auto;
    text-align: left;
    top: 75px;
    white-space: normal;
    border-radius: 4px;  
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  
  .notificacion-visible {
    visibility: visible;
    opacity: 1;
  }
  
  .overlay-fixed, .overlay-loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    color: white;
    z-index: 2;
    background: rgba(33,37,41,1);
    text-shadow: 0 0.05rem 0.1rem rgb(0 0 0 / 50%);
    box-shadow: inset 0 0 5rem rgb(0 0 0 / 50%);
    overflow: auto;
  }
  .overlay-loader {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--gray-dark);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
  