/* ESTILOS LOGIN */


.body-login {
  margin: 0px;
}

.captha-zone {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.politicas-login {
  font-size: 10pt;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}


.button-login {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.button-login button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: none;
  background-color: #308EFF;
  color: white;
  cursor: pointer;
  font-size: 11pt;
  transition: 0.2s;
}

.button-login button:hover {
  background-color: #6aabfa;
}

.button-login button:active {
  background-color: #308EFF;
}



.background-image-movil {
  background-image: url(images/fondoLogin1.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 50vh;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: none;
  justify-content: center;
  align-items: flex-start;
}

.background-image-movil img {
  width: 150px;
  margin-top: 20px;
}



.container-body-login {
  position: relative;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  background-color: rgb(233, 233, 233);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.loginContainer {
  z-index: 2;
  background-color: white;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  border-radius: 10px;*/
}


.image-Container-login {
  position: relative;
  height: 100%;
  width: 100%;
}


.image-Container-login #imgAnimate {
  height: 100%;
  width: 100%;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: 100% 100% !important;
  /*border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;*/
}




.content-img-login {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}


.content-img-login img {
  width: 200px;
}

.content-img-login p {
  padding-left: 10px;
  margin-top: 40px;
  text-align: right;
  color: white;
  font-size: 10pt;
}

.formContainer-login {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}


.title-login {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 40px;
  color: #144295;
  margin-bottom: 0px;
}

.subtext-login {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

.anchoinput-login {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}


.containerInput-login {
  width: 100%;
  position: relative;
}

.containerInput-login input {
  width: 100%;
  height: 50px;
  border: 1px solid #A5A5A5;
  font-size: 10pt;
  outline: none;
  border-radius: 3px;
  padding-left: 33px;
  padding-right: 5px;
  transition: 0.1s;
}

.containerInput-login input:focus {
  border: 1.6px solid #2A68DA;
  
}

.containerInput-login:focus-within label {
  color: #2A68DA;
}

.containerInput-login:focus-within i {
  color: #2A68DA;
}

.containerInput-login label{
  color: #696969;
  position: absolute;
  font-size: 9pt;
  background-color: white;
  padding-left: 3px;
  padding-right: 3px;
  top: -8px;
  left: 10px;
}

.containerInput-login p {
  font-size: 9pt;
  color: red;
  position: absolute;
  bottom: -28px;
}

.icono-login {
  position: absolute;
  left: 10px;
  top: 40%;
  color: #A5A5A5;
}


@media (max-width: 760px) {
  .formContainer-login {
    width: 100%;
  }

  .anchoinput-login {
    width: 90%;
  }

  .background-image-movil {
    display: flex;
  }

  .loginContainer {
    margin-top: 50px;
    width: 90vw;
    height: 80vh;
    border-radius: 5px !important;
  }

  .image-Container-login {
    display: none;
  }
  .title-login {
    margin-top: 20px !important;
  }
  .button-login{
    width: 90% !important;
  }
  .form-group{
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

}

@media only screen and (max-width: 1200px) and (min-width: 770px){

  .title-login {
    margin-top: 40px !important;
  }

}




/* ESTILOS DASHBOARD */

@font-face {
  font-family: 'Bariol';
  src: url('fonts/Bariol-Regular.eot');
  src: url('fonts/Bariol-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/Bariol-Regular.woff2') format('woff2'),
  url('fonts/Bariol-Regular.woff') format('woff'),
  url('fonts/Bariol-Regular.ttf') format('truetype'),
  url('fonts/Bariol-Regular.svg#Bariol-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.icon-dash {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  right: 4px;
  top: 4px;
}

.icon-dash i {
  color: white;
  font-size: 8pt
}


.icon-color-1 {
  background-color: #EC7DF0;
}


.icon-color-2 {
  background-color: #7DF0C7;
}

.icon-color-3 {
  background-color: #7DC0F0;
}

.bar-items-dash {
  width: 100%;
  display: grid;
  grid-template-columns: 45% 40% 15%;
  align-items: center;
}


.zone-items-dash {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  align-items: center;
}

.zone-items-dash p {
  margin: 0px;
}

.zone-type {
  font-size: 14pt;
}

.zone-type span {
  font-size: 25pt;
}

.zone-vendedor p {
  font-size: 10pt;
  margin: 0px;
}

.zone-vendedor p:last-child {
  color: #C4C4C4;
}

.search-dash {
  width: 250px;
  height: 30px;
  padding: 0px 3px 0px 10px;
  outline: none;
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 10pt;
}

.distribuidoras-container {
  width: 100%;
  height: 155px;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

.distribuidora-list-item {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}

.distribuidora-list-item:hover {
  background-color: #EDEDED;
}

.distribuidora-list-item p {
  margin: 0px;
  font-size: 10pt;
}


.distribuidoras-container::-webkit-scrollbar {
  width: 5px;

}



/* Handle */
.distribuidoras-container::-webkit-scrollbar-thumb {
  background: #5775C7;
  border-radius: 10px;
  width: 8px;
  height: 8px;
}


.select-dash {
  height: 30px;
  outline: none;
  border-radius: 4px;
  border: 1px solid gray;
  padding: 0px 10px 0px 10px
}

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

.bar-items-dash p {
  margin: 4px 0px 4px 0px;
}


.bar-items-dash p:first-child {
  font-size: 10pt;
}

.text-color-1 {
  color: #65ABFF;
}

.text-color-2 {
  color: #4B7CD2;
}

.text-color-3 {
  color: #51E0E4;
}

.text-color-4 {
  color: #7DF7D7;
}


.background-color-1 {
  background-color: #65ABFF;
}

.background-color-2 {
  background-color: #4B7CD2;
}

.background-color-3 {
  background-color: #51E0E4;
}

.background-color-4 {
  background-color: #7DF7D7;
}

.bar-container-dash {
  width: 90px;
  height: 5.4px;
  background-color: #E2E2E2;
}

.bar-fill-dash {
  height: 100%;
  width: 50%;
}

.triangulo-arriba {
  height: 8px;
  width: 8px;
  margin-right: 5px;
  float: left;
  background-color: #3BDE72;
  clip-path: polygon(49% 0, 0% 100%, 100% 100%);
}

.triangulo-abajo {
  height: 8px;
  width: 8px;
  margin-right: 5px;
  float: left;
  background-color: #FA5C58;
  clip-path: polygon(49% 100%, 0 0, 100% 0);
}

.data-especial {
  color: #678EFF;
}


.table-dash {
  width: 100%;
}

.table-dash th {
  text-align: start;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: 1px solid #D6D6D6;
}

.table-dash th:last-child {
  text-align: end;
}

.table-dash td {
  text-align: start;
  font-size: 9pt;
  font-weight: 300;
}

.table-dash td:last-child {
  text-align: end;
}

.table-dash tr {
  height: 25px;
}


.disco-dash {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}

.disco-oro {
  background-color: #FFF000;
}

.disco-plata {
  background-color: #D2D2D2;
}

.disco-bronce {
  background-color: #EBAF6A;
}







.container_body {
  font-family: 'Roboto', sans-serif;
}


.col-dash {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.my {
  margin-top: 6px;
  margin-bottom: 6px;
}


.card-dash {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  min-height: 50px;
  padding: 10px;
}

.button-dash {
  background-color: #5775c752;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-dash-active {
  background-color: #5775c7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-dash-active p, .button-dash-active i {
  color:white;
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
}

.button-dash p, .button-dash i {
  cursor: pointer;
  color:rgb(99, 99, 99);
  margin-left: 2px;
  margin-right: 2px;
}

.info-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title-card {
  font-size: 11pt;
  color: #9F9F9F;
}

.value-card-big {
  font-size: 35pt;
  font-family: 'Bariol';
}

.value-card-medium {
  font-size: 24pt;
  font-family: 'Bariol';
}

.value-card-small {
  font-size: 18pt;
  font-family: 'Bariol';
  position: relative;
  top: -5px;
}

.justify-content-dash {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.m-0 {
  margin: 0px;
}

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

.aligment-data-dash {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}


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

.container {
  width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.container:before, .container:after {
  box-sizing: inherit;
}

@media (min-width: 768px) {
  .container {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container { 
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-dash-1 {
    float: left;
    width: 30%;
  }

  .col-dash-2 {
    float: left;
    width: 40%;
  }

  .col-dash-3 {
    float: left;
    width: 60%;
  }

  .col-dash-4 {
    float: left;
    width: 50%;
  }

  .col-dash-5 {
    float: left;
    width: 100%;
  }



  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.spinner-border{
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:text-bottom;
  border:.25em solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  -webkit-animation:spinner-border .75s linear infinite;
  animation:spinner-border .75s linear infinite}
.spinner-border-sm{width:1rem;
  height:1rem;
  border-width:.2em}

.form-group{margin-bottom:1rem;margin-left: 10%;margin-right: 10%}
.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}

.text-center{text-align:center!important}

.text-muted{color:#6c757d!important}

.content-divider {
  text-align: center;
  position: relative;
  z-index: 1;
}

.px-2{padding-left:.5rem!important;padding-right:.5rem!important}

.content-divider>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #ddd;
  width: 100%;
  z-index: -1;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*ADASDASDADASD*/
.contenedor{
  width: 100%;
  overflow: hidden;
}

.slider-contenedor{
  width: 100%;
  display: flex;
}

.contenido-slider{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
}

.contenido-slider:nth-child(2){
  background: #332863;
  color: #fff;
}

.contenido-slider:nth-child(3){
  background: #611a68;
}

.contenido-slider > img{
  width: 400px;
}

.contenido-slider > div{
  width: 40%;
}

.contenido-slider h2{
  font-weight: 300;
  text-align: justify;
  line-height: 30px;
}

.contenido-slider a{
  color: #fff;
  background: #332863;
  width: 100px;
  display: block;
  padding: 15px 0;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  text-decoration: none;
}

.contenido-slider:nth-child(2) a{
  background: #fff;
  color: #332863;

}

@media screen and (max-width:900px){
  .contenido-slider > img{
    width: 250px;
  }

  .contenido-slider > div{
    width: 40%;
  }

  .contenido-slider h2{
    font-size: 23px;
  }
}


@media screen and (max-width:600px){
  .contenido-slider{
    flex-direction: column-reverse;
  }

  .contenido-slider > div{
    width: 80%;
  }

}
