input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fffffXf inset !important;
}

@font-face {
  font-family: TitilliumWeb-Regular;
  src: url("../fonts/TitilliumWeb-Regular.ttf");
}

@font-face {
  font-family: TitilliumWeb-SemiBold;
  src: url("../fonts/TitilliumWeb-SemiBold.ttf");
}

@font-face {
  font-family: TitilliumWeb-Bold;
  src: url("../fonts/TitilliumWeb-Bold.ttf");
}

@font-face {
  font-family: TitilliumWeb-Light;
  src: url("../fonts/TitilliumWeb-Light.ttf");
}

.f-12 {
  font-size: 0.75rem !important;
}

.f-14 {
  font-size: 0.875rem !important;
}

.f-15 {
  font-size: 0.9375rem !important;
}

.f-16 {
  font-size: 1rem !important;
}
.f-17{
  font-size: 1.063rem !important;
}
.f-18 {
  font-size: 1.125rem !important;
}

.f-20 {
  font-size: 1.25rem !important;
}

.f-24 {
  font-size: 1.5rem !important;
}

.f-26 {
  font-size: 1.625rem !important;
}

.f-28 {
  font-size: 1.75rem !important;
}

.f-32 {
  font-size: 2rem !important;
}
.f-40 {
  font-size: 2.5rem !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: TitilliumWeb-Regular;
  font-size: 1rem;
  color: #373737;
}

.tt-rg {
  font-family: TitilliumWeb-Regular !important;
}

.tt-sb {
  font-family: TitilliumWeb-SemiBold !important;
}

.tt-bd {
  font-family: TitilliumWeb-Bold !important;
}

.tt-lg {
  font-family: TitilliumWeb-Light !important;
}

.main-nav {
  width: 100%;
  background-color: #ff6804;
  position: sticky;
  z-index: 20;
}
.main-nav a {
	color:#FFF;
}
p.MsoNormal {
	margin: 0 !important;
}
#nuevaHuinchaFn {
	font-size: 14px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	background-color: #373737;
	color: #FFF;
	border: 0;
	border-radius: 0px;
}
.site-wrapper {
	margin: 0 !important;
}
.nav-body {
  display: flex;
  grid-template-columns: 15% 60% 5% 14%;
  /* padding: 35px 10px; */
  align-items: center;
  column-gap: 5px;
}
.nav-user {
  margin-left: auto;
}
.nav-icons {
  margin-left: auto;
}
.nav-bar {
  display: grid;
  column-gap: 1rem;
  margin-left: auto;
}

.text-white {
  color: #ffffff;
}

.text-gray {
  color: #757575;
}

.nav-item {
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #ff6804;
  padding-bottom: 6px;
}
.nav-item:hover {
 border-bottom: 2px solid #f9a46c;
}
.nav-item.active {
 border-bottom: 2px solid #fff;	
}
.nav-icons {
  display: grid;
  grid-template-columns: repeat(2, 2.5rem);
  column-gap: 20px;
  align-items: center !important;
}
.modal-abastible {
	background-color: rgba(0,0,0,0.5);
}
.modal-abastible.fade:not(.show) {
	opacity: 1 !important;
}

.fade.in{
	opacity: 0;
}

.popover.fade.in{
	opacity: 1;
}


.modal-abastible .modal-header .close {
    position: absolute;
    top: 20px;
    right: 15px;
    border: 0px;
    background: none;
    color: #757575;
    /* border-radius: 50%; */
    /* background-color: #FFF; */
    /* width: 30px; */
    /* height: 30px; */
    /* font-size: 25px; */
    /* line-height: 20px; */

}

.btn-profile {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0px;
    width: 165px;
    justify-content: center;
    align-items: center;
    background-color: #ffeee3;
    color: #cc4104;
    padding: 5px;
    border-radius: 16px;
}

.cond-text {
	color: #ffeee3;
    font-size: 0.85rem;
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    border-bottom: 1px solid #EEE;
}

.text-start {
  text-align: start !important;
}

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

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

.welcome-text {
  font-family: TitilliumWeb-Bold;
  color: #cc4104;
  font-size: 1.3rem;
  text-transform:uppercase;
}

.under-header {
  display: flex;
  grid-template-columns: 1fr 1fr;
  min-height: 17.5rem;
}

.user-pic {
  background-image: url("../img/user-img.png");
  background-size: cover;
  height: 100%;
}
.micomunidad-pic {
  background-image: url("../img/micomunidad.png");
  background-size: cover;
  height: 100%;
}

.main {
  margin-top: 18vh;
  /* padding: 0 10.5rem 0 10.5rem; */
}

.btn-info {
  background-color: #ff6804;
  color: #ffffff;
  text-align: center;
  border-radius: 2rem;
  padding: 1rem 1.75rem 1rem 1.75rem;
  border: 1px solid #ff6804;
  font-size: 1rem;
  transition: all 0.5s ease;
}
.btn-info:hover {
  background-color: #fff;
  color:#ff6804;
  border-color:#ff6804;
}

.info-content {
  display: grid;
  grid-template-rows: repeat(3, auto);
  row-gap: 1.5rem;
}

.info-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 5rem;
}

.info-bar {
  background-color: #373737;
  color: #ffffff;
  padding: 1rem 2.2rem;
}


.gray-bc {
  background-color: #efefef !important;
}
.gray2-bc{
  background-color: #e8e8e8 !important;
}
.gray3-bc{
  background-color: #FAFAFA !important;
}
.orange-bc {
  background-color: #e9690f;
}
.orange-2-bc {
  background-color: #ff6804;
}
.orange-3-bc {
  background-color: #cc4104 !important;
}
.fn23-section {
  padding: 5rem;
}
.fn23-container{
  padding: 0 10rem;
  
}
.home-title {
  font-size: 1.3rem;
}

.title-org { color: #cc4104 }
 

.news-over {
  width: 100%;
  padding-bottom: 40px;
  /* padding-left: 10px; */
  padding-right: 10px;
}
.news-card {
  width: 100%;
  -webkit-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #fafafa;
}
.news-card-border{
  border-radius: 1.5rem 1.5rem 0px 0px;
  height: 300px;
  overflow-y: auto;
}
.news-card > img {
  width: 100%;
}

.img-banner{
  width: 43.125rem;
  height: 15.625rem;
}

.news-card-seccion {
  width: 100%;
  -webkit-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  border-radius: 0 0 10px 10px;
  background-color: #fafafa;
}
.news-card-seccion > img{
	width: 100%
}
.result-zero{
	margin-top: 15vh;
	margin-bottom:40vh;
}
.news-img {
	height: 19rem;
}
.card-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 3.5rem 1.2rem 2rem;
}
.card-text-new {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1rem 3.5rem 1.2rem 2rem;
}
.color {
  color: red;
}

.rrss-text {
  display: grid;
  grid-template-columns: 15% 80% 22%;
  align-items: center;
  padding: 1rem 3.5rem 1.2rem 2rem;
}

.underline {
  text-decoration: underline;
}

.white-bc {
  background-color: #ffffff !important;
}

.indicators-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
}
.indicators-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}

.indi-card {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: -1px 3px 22px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 22px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 22px -9px rgba(0, 0, 0, 0.75);
  border-radius: 0.5rem;
  background-color: #fafafa;
  padding: 15px 0 15px 0;
}

.icon {
  justify-self: center;
}

.title-org-2 { color: #ff6804 !important; }
.title-org-2 a { color: #ff6804 !important; }

.main-footer {
  display: grid;
  grid-template-columns: 20% 25% 35% 10%;
  min-height: 10vh;
  background-color: #ff6804;
  padding: 2.6875rem 5rem 2rem 5rem;
}

ul {
  list-style-type: none;
  padding: 0 !important;
}

.bd-bot {
  border-bottom: solid 0.0938rem #ffffff;
  width: 58%;
}

.bd-bot2 {
  border-bottom: solid 0.0938rem #ffffff;
  width: 32%;
}

.mr-1 {
  margin-right: 1vh;
}

.rrss-grid {
  display: grid;
  grid-template-columns: repeat(3, 0.1fr);
  width: 100%;
  margin-top: 90%;
  column-gap: 30px;
}

.main-side {
  background-color: #efefef;
  min-height: 100vh;
}

.main-ped {
  display: grid;
  grid-template-columns: 20% 80%;
  margin-top: 19vh;
}

.main-order {
  padding: 2rem 2rem 5rem 3rem;
}

.head-order {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
}

.head-order .btn-info {
  padding: 12px 20px 12px 20px;
}
a {
	text-decoration:none;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.width-120{
  width: 120px;
}

.src-input {
  border: solid 1px #c0c8cd;
  font-size: 1.25rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-radius: 30px;
}

.src-input::placeholder {
  font-family: TitilliumWeb-Light;
  color: #c0c8cd;
}

.src-grid {
  display: grid;
  grid-template-columns: fit-content(20px) 90% fit-content(20px);
  align-items: center;
  column-gap: 12px;
}

.src-grid2 {
  display: grid;
  grid-template-columns: 90% fit-content(20px);
  align-items: center;
  column-gap: 12px;
}

.src-order {
  line-height: 28px;
  outline: none;
  border: none;
  font-size: 1.3125rem;
  width: 100%;
}

.src-order5 {
  line-height: 28px;
  outline: none;
  border: none;
  font-size: 1rem;
  width: 100%;
}

.src-filters {
  background-color: #ffffff;
  border-bottom: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  overflow: hidden;
  word-break: break-all;
  box-sizing: border-box;
  min-height: 400px;
  padding: 1.75rem;
  border-radius: 0 0px 30px 30px;
}

.tbl-abastible {
  font-size: 0.875rem;
  padding: 0;
  border-collapse: collapse;
}

.tbl-abastible thead {
  background-color: #ff6804;
  color: #ffffff;
  padding: 3rem 2rem 3rem 2rem;
}

.tbl-abastible thead td,
.tbl-abastible tbody td {
  padding: 0.625rem;
}

.tbl-abastible td {
  text-align: center;
}

.tbl-abastible tbody tr:nth-child(odd) {
  background-color: #efefef;
}

.tbl-abastible tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.pd-sidebar {
  padding: 2rem 0.9rem 5rem 1.5rem;
}

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

.text-dark {
  color: #373737;
}
.form-control:read-only {
	background-color:#FFFFFF !important;	
}
.form-control.selectable {
  background-color: white;
  background-image: url('https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png');
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.side-tab-active {
  padding: 1rem;
  background-color: #d9d9d9;
  border-bottom: solid 0.125rem #ffffff;
  margin: 0 !important;
  width: 100%;
  display: block;
}
.side-tab {
  padding: 1rem;
  border-bottom: solid 0.125rem #ffffff;
  margin: 0 !important;
  width: 100%;
  display: block;
}
.fn23-wrap {
	position: relative;
}
.fn23-filter-bg {
	background-image: url('../img/icon.filters.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 97% center;
}
.fn23-filter-box {
	background-color:#FFF;
	border: solid 1px #c0c8cd;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.fn23-filter-search {
	background-image: url(../img/icon.search.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 1% center;
}
.fn23-border-top {
	border-top: 1px solid #CCC;
}
.fn23-floating-height-150 {
	min-height: 150px;
}
.fn23-border-bottom {
	border-bottom: solid 1px #c0c8cd;
}
.fn23-fake-input[disabled] {
	border: 0;
	cursor: text;
}
.fn23-fake-input {
	border: 0;
	cursor: text;
	padding-left: 50px;
	font-size: 15px !important;
}
.flex-center {
  display: grid;
  align-content: center;
  width: auto;
}

.justify-content-end {
  justify-content: end;
}
.flex-space-between {
    justify-content: space-between !important;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
  transition: opacity 1s ease-out;
}

.open-br {
  border-radius: 30px 30px 0px 0px !important;
}
.a2 {
  color: white !important;
}
.a-simple {
	color: #ff6804;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #ff6804;
}
td i.far {
	color:#ff6804;
	font-size: 18px;
}

.table-tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 35px 34px 35px 44px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 3.75rem;
  background-color: #efefef;
  color: #373737;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-bottom: solid 1px #bfbfbf;
}

.js-end {
  justify-self: end;
}
.accordion.off {
	display: none;
}
.accordion.on {
	display: block;	
}
.table-tab.on { color:#CC4104 !important; font-weight:bold !important;}
.table-tab.off .table-tab-off { display:visible; }
.table-tab.on .table-tab-off { display:none; }
.table-tab.on .table-tab-on { display:visible; }
.table-tab.off .table-tab-on { display:none; }
.text-upper { text-transform: uppercase; }
.org-rect {
  background-color: #ff6804;
  color: #ffffff;
  max-width: 100%;
  padding: 15px 30px;
}

.grid-imgs {
  display: grid;
  grid-template-columns: repeat(7, auto);
  max-width: 100%;
  justify-items: center;
  text-align: center;
}

.tbl-prices img {
  width: 42%;
}

.tbl-prices {
  font-size: 0.875rem;
  padding: 0;
  border-collapse: collapse;
  min-width: 100%;
}

.tbl-prices tbody {
  font-size: 0.875rem;
}

.tbl-prices tbody td {
  font-size: 0.875rem;
  padding: 16px 20px;
}

.tbl-prices tbody tr:nth-child(odd) {
  background-color: #efefef;
}

.tbl-descuentos {
  border-collapse: collapse;
  padding: 10px 0px;
}

.tbl-descuentos td {
  padding: 1rem 1rem;
}

.tbl-descuentos tbody tr:nth-child(even) {
  background-color: #efefef;
}

.tbl-descuentos tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.tbl-prices tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.tbody-ped tbody tr {
  background-color: #ffffff !important;
}

.tbody-ped tbody td {
  padding: 0px !important;
}

.org-rect21 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #ff6804;
  color: #ffffff;
  max-width: 100%;
  padding: 15px 30px;
}

.org-rect22 {
  display: grid;
  grid-template-columns: 20% 70%;
  background-color: #ff6804;
  color: #ffffff;
  max-width: 100%;
  padding: 15px 30px;
}

.org-rect23 {
  display: grid;
  grid-template-columns: 40% 50%;
  background-color: #ff6804;
  color: #ffffff;
  max-width: 100%;
  padding: 15px 30px;
}

.org-rect24 {
  display: grid;
  background-color: #cc4104;
  color: #ffffff;
  max-width: 100%;
  padding: 15px 30px;
}

.td-br {
  border-right: solid 1px #d0d0d0;
}

.sub-text {
  text-decoration: underline;
}

.tbl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.pd-50 {
  padding-right: 50px;
}

.pd-20 {
  padding-right: 100px;
}

.ul2 {
  list-style-type: disc !important;
  padding: 0 !important;
  margin-left: 2%;
  font-size: 0.875rem;
}

.condSlc {
  min-width: 450px;
  border-radius: 1.875rem;
  padding: 15px;
}

.condSlc2 {
  min-width: auto;
  border-radius: 1.875rem;
  padding: 15px;
  border: solid 1px #d0d0d0;
}

.condSlc100 {
  min-width: 100%;
  border-radius: 1.875rem;
  padding: 15px;
}
 
.fn23-floating-filters {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.fn23-floating-visible {
	display:block;
}
.fn23-floating-invisible {
	display:none;
}
.fn23-floating-invisible.open {
	display:block;
}
.mb-6 {
	margin-bottom: 5rem !important;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, #ff2f00 50%),
    linear-gradient(135deg, #ff2f00 50%, transparent 50%),
    linear-gradient(to right, #ff2f00, #ff2f00);
  background-position: calc(100% - 20px) calc(1em + 9px),
    calc(100% - 15px) calc(1em + 9px), calc(100% - 2.5em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.grid-cond {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.w-90 {
  width: 90px;
}

.btn-outline-nrj {
  color: #ff6804;
  border-radius: 2rem;
  border: solid 1.5px #ff6804;
  width: 40%;
  padding: 5px;
  background-color: #ffffff;
}

.btn-outline-nrj2 {
  color: #ff6804;
  border-radius: 2rem;
  border: solid 1.5px #ff6804;
  width: 65%;
  padding: 0.5rem;
  background-color: #ffffff;
}

.btn-outline-nrj-100 {
  color: #ff6804;
  border-radius: 2rem;
  border: solid 1.5px #ff6804;
  width: 100%;
  padding: 0.5rem;
  background-color: #ffffff;
}

.grid-filters {
  display: grid;
  grid-template-columns: 30% 30% 40%;
  align-content: center;
}

.as-center {
  align-self: flex-end;
}

.btn-cons {
  width: 60%;
}

.j-start {
  justify-content: start;
}

.j-end {
  justify-content: end;
}

.grid-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 60%;
}

.grid-tabs-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.veh-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 8px 30px 24px;
  gap: 8px;
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.veh-tab-active {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 8px 30px 24px;
  gap: 8px;
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom: solid 4px #cc4104;
  cursor: pointer;
}

.main-login {
  background-image: url("../img/user-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.login-content {
  display: grid;
  grid-template-rows: auto auto;
  vertical-align: middle;
  /* padding:50px 150px; */
}

.center-box {
  backdrop-filter: blur(10px);
  background-color: #ffffffcc;
  min-height: auto;
  width: 100%;
  border-radius: 1.25rem;
  padding: 40px 90px 80px 90px;
  display: flex;
  flex-direction: column;
}
.loading-gif {
    /* background-color: #FFF; */
    animation: heartbeat 2.5s infinite;
    border-radius: 100%;
    padding: 20px 10px 20px 10px;
    max-width: 200px;
}

.login-box {
  backdrop-filter: blur(10px);
  background-color: #ffffffcc;
  min-height: auto;
  width: 50%;
  border-radius: 1.25rem;
  padding: 40px 60px 50px 60px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.btn-login {
  border: 0;
  width: 100%;
  background-color: #ff6804;
  color: #ffffff;
  text-align: center;
  border-radius: 2rem;
  padding: 0.8rem 1.75rem 0.8rem 1.75rem;
  border: none;
  font-size: 1rem;
}
.btn-login[disabled] {
	opacity: 0.8;
}
.captcha-container {
	margin: auto;
}
.g-recaptcha { width: 100%; }

.input-wrapper {
  position: relative;
}

input {
  border: 1px solid gray;
  border-radius: 30px;
  position: relative;
  /* width: 100%; */
  width: auto;
  line-height: 6ex;
}
.nav > li > a{
  position: relative;
  display: block;
  padding: 10px 15px;
}

label.float {
  position: absolute;
  top: -1.7ex;
  z-index: 1;
  left: 1em;
  background-color: transparent;
  padding: 0 5px;
}

.log-field {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 0px 20px 10px 20px;
  border: solid 1px #d0d0d0;
}

.log-input {
  border: none;
  outline: none;
  height: 50%;
  background-color: transparent;
}

.remember {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.625rem;
  padding-top: 0px;
}

.c-pointer {
  cursor: pointer;
}

.main-normal {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-top: 20vh;
  padding: 0 10% 5% 10%;
}

.grid-ver {
  display: grid;
  grid-template-columns: 50% 23% 23%;
  column-gap: 20px;
}

.my-50 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

.cte-box {
  border: 1px solid #efefef;
  padding: 0px 15px 5px 15px;
}

.debt-amount {
  border: solid 1px #ff6804;
  color: #ff6804;
  border-radius: 2rem;
  padding: 10px 0px;
}

.main-debt {
  background-color: #fafafa;
  padding: 3rem 2.375rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-debt p {
  margin: 0;
  padding: 0;
}

.bb-org {
  border-bottom: solid 2px #cc4104;
  width: 65%;
}

.w-50 {
  width: 11.875rem;
}

.w-50p {
  width: 50% !important;
}

.w-40p {
  width: 40% !important;
}
.mAuto{
  margin: 0 auto;
}
.mt-6 {
  margin-top: 6vh;
}
.mt-15 {
  margin-top: 15% !important;
}

.cg-30 {
  column-gap: 1.875rem;
}

.info-step p {
  padding: 0;
  margin: 0;
  line-height: 1.875rem;
}

.ml-1 {
  margin-left: 1.125rem;
}

.ml-5 {
  margin-left: 5%;
}

.check-cond {
  display: flex;
  flex-direction: row;
  justify-items: start;
  column-gap: 1rem;
}

.check-cond input[type="checkbox"] {
  accent-color: #cc4104;
}

.h-100 {
  height: 100%;
}

.ped-btn-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  justify-items: flex-end;
  align-items: center;
}

.ped-btn-grid-start {
  display: grid;
  grid-template-columns: 40% 60%;
  justify-items: flex-start;
  align-items: center;
}

.npt-qty {
  line-height: 5ex !important;
  outline: none;
  border: solid 1px #acb5bd;
}

.pd-1 {
  padding-left: 60px !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 20% !important;
}

.w-30p {
  width: 20%;
}

.main-qty {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.main-dscto {
  padding: 2rem 7rem;
  background-color: #fafafa;
}

.tbl-dscto td {
  padding: 1.125rem 0;
}

.grid-mp {
  display: grid;
  grid-template-columns: 25% 25% 30%;
  column-gap: 1rem;
}

.pay-bar {
  background-color: #d0d0d0;
  padding: 0.3125rem 0;
}

.info-bar-yellow {
  background-color: #fff9e8;
  color: #d84910;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
}

.info-bar-yellow img {
  margin-right: 0.5rem;
}

.main-resume {
  background-color: #fafafa;
  padding: 20px 0 0 0;
}

.tbl-resume {
  border-collapse: collapse;
}

.bd-b-org {
  border-bottom: solid 2px #d84910;
}

.pdr-10p {
  padding-right: 10%;
}

.inv-td-1 {
  padding: 15px 0;
}

.gray-tr {
  background-color: #d0d0d0;
}

/* BENEFICIOS */

.contenedor-img {
  width: 300px;
  height: 200px;
  -webkit-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  border-radius: 1.5rem 1.5rem;
}

.contenedor-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem 1.5rem;
}

.cards-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
}

.card-benefits {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}

.card-text-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1rem 3.5rem 1.2rem 2rem;
}

.cards-information {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
}
.button-benefits{
  border: none;
  background: none;
}
.card-information {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 18px -6px rgba(0, 0, 0, 0.75);
  /* border-radius: 0 0 1.5rem 1.5rem; */
  border-radius: 1.5rem 1.5rem;
  background-color: #fafafa;
}

.img-information {
  width: auto;
  height: 210px;
  object-fit: fill;
}

.img-information > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 1.5rem 1.5rem 0 0;
}

.information-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem 0;
}

.link-back {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 3rem 8rem;
}

.section-more {
  padding: 2rem 16.5rem;
}
.section-news {
  padding: 2rem 30rem;
}
.flex-news {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.img-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-more > img {
  height: auto;
  width: 100%;
}
legend {
	float: initial;
	font-size: 1.2rem;
	margin-left: 0px;
}
.fn23-box-code-selector {
	margin: 0 !important;
}
.fn21-box-code-selector li.code-inner input {
	width: 15px;
    position: absolute;
}
.fn21-box-code-selector li.code-inner label {
	cursor:pointer;
}
.fn23-form-control {
  position: relative;
  width: 100%;
  height: 3rem;
}
.fn23-form-label {
  position: absolute;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: inherit;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  color: #000;
  background: transparent;
  transition: all 0.3s ease;
  z-index: 1;
}
.fn23-form-input {
  position: absolute;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border-radius: 20px;
  border: 1.5px solid #DDD;
  color: #000;
  background: #FFF;
  transition: all 0.2s ease-in-out;
}
.fn23-form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: #000;
}
.fn23-form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: #000;
}
.fn23-form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: #000;
}
.fn23-form-input:focus {
  outline: none;
  /*border: 2px solid #000;*/
}
.fn23-form-input:focus ~ .fn23-form-label {
  top: -0.75rem;
  left: 1rem;
  z-index: 5;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.fn23-form-input:not(:-moz-placeholder-shown).fn23-form-input:not(:focus) ~ .fn23-form-label {
  top: -0.75rem;
  left: 1rem;
  z-index: 9;
  font-size: 1rem;
  font-weight: 500;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#000; 
}
.fn23-form-input:not(:-ms-input-placeholder).fn23-form-input:not(:focus) ~ .fn23-form-label {
  top: -0.75rem;
  left: 1rem;
  z-index: 9;
  font-size: 1rem;
  font-weight: 500;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#000; 
}
.fn23-form-input:not(:placeholder-shown).fn23-form-input:not(:focus) ~ .fn23-form-label {
  top: -0.75rem;
  left: 1rem;
  z-index: 9;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  color:#000; 
}

.fn23-form-input:not(:placeholder-shown).fn23-form-input:not(:focus)  ~ .fn23-form-label ~ .label-phone {
  z-index: 10;
}
.fn23-form-control:focus-within .label-phone {
  z-index: 10;
}

.label-phone{
  position: absolute;
  z-index: 0;
  left: 21px;
  top: 13px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
}
.fn23-footer {
  background-color: #ff6804;
  padding: 60px 30px;
}
.fn23-footer-ul {
	margin: 0;
    padding: 0;
}
.fn23-footer-ul > li {
	margin-bottom: 7px;
	margin-top: 7px;	
}
.fn23-footer-ul > li > a {
	color: #FFF;
}
.fn23-socials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 10px;
  padding-top: 60px;
  text-align: right;
  color: #FFF;
  font-size: 24px;
}
.fn23-socials a {
	background-color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color:#ff6804;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.fn23-tbl-abastible .dataTables_paginate {
    margin: auto;
    display: block;
    float: none;
    text-align: center;
}
.fn23-tbl-abastible-no-search .dataTables_filter {
	display:none;
}
.fn23-tbl-abastible .dataTables_paginate a {
	border: 0 !important;
	background: transparent !important;
	color: #000 !important;
	font-weight: normal !important;	
}

.fn23-tbl-abastible .dataTables_paginate a.current {
	font-weight: bold !important;
}
.fn23-tbl-abastible #TblReporteMP_paginate.dataTables_paginate .paginate_button:hover, #pedidosListTable_paginate.dataTables_paginate .paginate_button:hover {
	color: #999 !important;
}
.fn23-tbl-abastible .dataTables_paginate a:hover {
	color: #000 !important;
	font-weight: bold !important;
}
.pagination-custom .dataTables_paginate .paginate_button:hover {
	color: #000 !important;
	font-weight: bold !important;
}

.fn23-blockquote {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	width: 100%;
	padding: 15px;	
}
.fn23-i {
	font-style: italic;
}
.fn23-precios-icon {
	width: 150px;
}
.lh-30 { line-height: 30px; }
.table.table-precios.table-blue > thead > tr:first-child {
	background-color: transparent !important;
}
.table-precios > thead > tr:first-child > th {
	background-color:#ff6804 !important;
}
.table-precios .tableSubHead  {
	background-color:#EFEFEF !important;
}
.table-precios .tableSubHead > th {
	color: #CC4104 !important;	
	border-bottom-width: 0 !important;
}
.table-precios .subheader td {
	background-color:#FFFFFF !important;
}
.table-precios tbody tr:nth-child(odd) td { background-color:#FFFFFF !important; }
.table-precios tbody tr:nth-child(even) td { background-color:#EFEFEF !important; }
.table-precios tbody td {color:#373737 !important;}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
.side-left {
	background-color:#EFEFEF;
	max-width: 300px;
	min-height: 80vh;
}
.side-left-menu {
	padding: 15px;
}
.side-left a {
	color: #373737 !important;
}
.w-150 {
	max-width: 150px;
}
.modal-big {
    min-width: 900px;
}
.fn23-btn {
    width: 100%;
    background-color: #ff6804;
    color: #ffffff;
    text-align: center;
    border-radius: 2rem;
    padding: 0.8rem 1.75rem 0.8rem 1.75rem;
    border: none;
    font-size: 1rem;
    display: inline-block;
}

.pr-welcome{
  padding-right:10px;
}

.orange-bc {
  background-color: #e9690f;
}
.home-history-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}
.bd-rd-20 {
  border-radius: 20px;
}
.bd-rd-30 {
  border-radius: 30px;
}
.pd-new {
  padding: 60px;
  border-radius: 20px;
}
/* .pd-wsp{
  padding: 0 3px 4px 3px;
} */
.pr-70 {
    padding-right: 70px;
}
.new-flex {
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.btn-new {
  padding: 9px 42px;
  border-radius: 32px;
}
.btn-allNew {
    border: 1px solid #e9690f;
}
.title-org-3 {
  color: #e9690f;
}
.padding-select {
	padding: 0.5em 3.5em 0.5em 1em;
}
.gap-10 {
  gap: 10px;
}

.select-condiciones select{
  width: 500px;
  height: 56px;
  margin-top: 10px;
  border-radius: 29px;
  padding-right: 10px; 
  padding-left: 24px;
}

.select-condiciones img{
  position: relative;
  right: 40px;
  top: 6px;
}

.condcom-box-content23{
  padding: 50px 180px 5px 0px;
}

.btn-contacto{
  color: #ff6326;
  border: 1px solid #ff6326;
  font-weight: 600;
  padding: 12px 60px;
  border-radius: 32px;
}

.p-7-0 {
	padding: 7px 0px;	
}
.btn-consultar23{
  background-color: #FF6804;
  color: white;
  border-radius: 32px;
  padding: 14px 85px;
}
.select-rappel{
  border-radius: 32px !important;
  padding-left: 20px !important;
  margin-top: 10px !important;
}

.btn-text{
  color: #FF6804;
  font-family: Titillium Web;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
}

.sub-table-tab{
  grid-template-columns: 1fr !important;
  text-align:center !important;
  max-width: fit-content !important;
}


.btn-cildef{
  background-color: #ff6326;
  color: white;
  font-size: 14px;
  font-family: 'Klavika Rg';
  padding: 5px 40px;
  border-radius: 28px;
}

.step-23{
  font-size: 16px;
  font-weight: 700;
  background: #CC4104;
  padding: 7px 15px;
  border-radius: 50%;
  color: white;
  margin-right: 15px;
}

.fw-700{
  font-weight: 700;
}

.btnDownload{
  border: 1px solid;
  padding: 16px 28px;
  border-radius: 32px;
  font-weight: 700;
  display: flex;
  width: 250px;
}
.btnExcel{
  background: #ff6804;
  color: white;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 32px;
  width: 250px;
}

.btnWhite{
  background: white;
  border: 1px solid #ff6804;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 32px;
  width: 250px;
  color: #ff6804;
}
.btnPrel-white{
  background-color: white;
  border: 1px solid #FF6804;
  color: #FF6804;
  font-family: TitilliumWeb-Regular;
  border-radius: 32px;
  padding: 10px 12px;
}
.btnPrel-orange{
  background-color: #FF6804;
  border: 0;
  color: white;
  font-family: TitilliumWeb-Regular;
  border-radius: 32px;
  padding: 10px 21px;
}
.inputDeclaracion{
  border: 1px solid gray;
  border-radius: 30px;
  padding-left: 20px;
  width: 129px;
  height: 40px;
  text-align: left !important;
}

.btnPagar{
  border: 1px solid #ff5800;
  width: 212px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
}

.color-orange{
  color: #FF6804;
}


.widthDJ{
  width: 420px !important;
}

.cuadroDJ{
  width: 100px;
  height: 55px;
  padding-left: 20px;
}

.titleDJ{
  font-weight: 400;
  font-family: TitilliumWeb-Regular !important;
  color: black;
}

.labelBlock{
  display: block;
}

.close-23{
  position: absolute;
  top: 15px;
  right: 20px;
  border-radius: 50%;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  font-size: 40px;
  line-height: 20px;
  font-family: "Klavika Md";
}

.box-pedidopl{
  border-radius: 32px !important;
  padding: 15px 24px !important;
  background-color: white;
  background-image: url('https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png');
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 90% center !important;
  width: 400px !important;  
}

.divCondicion{
	display: block;
}
.divCondicion input{
	width: 60px;
}

.divCondicion label{
	font-family: TitilliumWeb-Regular !important;
	font-size: 16px !important;
	color: black !important;
	text-transform: initial !important;
}

.div-icon {
  display: grid;
  grid-template-columns: 0 1fr;
}
.div-icon-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-pos {
  position: relative;
  left: -40px;
}

.line-black-subtotal {
  /* height: 4px; */
  background-color: #EFEFEF;
  padding: 5px 0;
}
.td-centerMiddle {
  vertical-align: middle !important;
}

.borderRight > tbody > tr > td{
  border-right: 1px solid #EFEFEF !important;
}
.borderRight > tbody > tr > td:first-child, .borderRight > tbody > tr > td:last-child{
  border: 0 !important;
}

.totalPagar {
  /* color: #2cc177 !important; */
  /* background-color: #FFF !important; */
}

.btnCondiciones{
  color: #ff6326 !important;
  font-family: 'Titillium Web';
  background-color: white;
  text-transform: none;
  margin: 0;
  border: 1px solid #ff6326;
  font-weight: 700;
  letter-spacing: 1px;
}

.font-bold{
	font-weight: bold !important;
}

.newUser{
  font-weight: 700;
  text-decoration: underline;
  color: #FF6804 !important;
}

.close-sidebar{
  border: 0px;
  font-size: 25px;
  color: #757575;
  margin-top: 10px;
}
.input-sidebar{
  border-radius: 32px !important;
  padding-left: 20px !important;
  margin-top: 10px !important;
  height: 45px;
}
.cerrarPerfil{
	color: #CC4104;
	text-align: center;
	font-family: Titillium Web;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 155%; /* 24.8px */
	letter-spacing: 0.16px;
}

.flex-justify-space-around{
	justify-content: space-around;	
}

.side-item{
	cursor: pointer;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: white;
    padding: 5px 11px;
}
.side-item a{
	color: black;
}
.side-item.active{
    border-bottom: 2px solid #CC4104;
    background-color: #EFEFEF !important;
    cursor: default; 
}

.side-item.active a{
	color: #CC4104;
}

.grid-miEscuela{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;

}

.tab-miEscuela{
  background: #FAFAFA;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,0px) !important;
}

.text-wait{
  text-align: right;
  color: #ff6804;
  font-weight: bold;
}

.close-bootbox-23{
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: #FFF;
  font-size: 25px;
  line-height: 20px;
  font-family: "Klavika Md";
  border: 0px;
  opacity: .3;
}

/* .registroDI-23{
  max-width: 480px;
  width: 88%;
  margin: auto;
}

.registroDI-23 input{
  border: 0px;

} */

.registroDI2{
  position: absolute;
  right: 6.25rem;
  top: 100px;
}

.close-modal-23{
  background: #ff6326 !important;
  color: white;
  border: 0;
  border-radius: 32px;
  padding: 10px 51px;
}
.text-modal-close{
  font-weight: 700;
  letter-spacing: 1px;
}

.text-cantidad{
  font-family: Titillium Web !important;
  color: black !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.pull-right {
  float: right !important;
}

.oc-details-23{
  background-color:#FFEEE3 !important;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.fn23-mr-25{
  margin-right: 25px;
}
.fn23-mr-45{
  margin-right: 45px !important;
}

.btnAccept2-23{
  background: #ff6804;
  color: white;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 32px;
  width: 210px;
}
.btnDJFactura{
  border-radius: 50%;
  padding: 10px 15px 15px 15px;
  background: white;
  border: 1px solid #D0D0D0;
  position: relative;
  right: 58px;
  bottom: 10px;
}
.posFactura{
  position: relative;
  right: 40px;
}
.b-top-white{
  border-top: 1px solid white;
}
.modal-exito {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-exito.fade:not(.show) {
  opacity: 1 !important;
}
/* PopOver */

.popover > .arrow:after{
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 10% !important;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover-content {
  font-family: TitilliumWeb-Regular;
  color: #373737;
  font-size: 15px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.bottom {
  margin-top: 20px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.cilBox-24{
  border: 1px solid #e9690f;
  padding: 3px 28px;
  color: #FF5800 !important;
  border-radius: 20px;
  margin-left: 15px;
}
.table-orange-bc thead > tr > th{
  background-color: #E9690F;
  font-weight: 400 !important;
  text-transform: capitalize;

}
.table-prel-resume th:first-child, #pl_all_data td:first-child{
  padding-left: 50px !important;
}
.table-prel-resume th:last-child, #pl_all_data td:last-child{
  padding-right: 50px !important;
  text-align: right;
}
.table-prel-resume th, #pl_all_data td{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#f2_tabla_devolucion th:first-child, #f2_tabla_devolucion td:first-child{
  padding-left: 50px !important;
}

#f2_tabla_devolucion th:first-child, #f2_tabla_devolucion td:first-child{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.width-input-pl{
  width: 110px;
}
.width-input-pl2{
  width: 117px;
}

.gridMobileNormal{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.gridMobileCatalitico{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tab-main {
  border: 1px solid #EFEFEF;
  padding: 15px 0px;  
}

.tab-main.active{
  color: White;
  background-color: #FF6804 ;
}

.tab-sub{
  display: none;
}

.tab-sub.active{
  display: block !important;
}

.input-custom-solicitudes input{
  padding-left: 40px;
  margin-bottom: 20px;
  background-image: url("../img/icon.search.png");
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: 90% center;
  position: relative;
  right: 20px;
  width: 400px;
  border: 1px solid #ced4da;
}
.tab-pane.fade:not(.show) {
  opacity: 1 !important;
}
.pd-container-solicitudes{
  padding: 20px 50px;
}
.select-condiciones .img-sol{
  position: relative;
  bottom: 40px !important;
  left: 450px !important;   
  top: -40px !important;
}
.pos-interdi{
  position: relative;
  top: 52px;
}
.select-asistente{
  height: 35px;
  border-radius: 29px;
  padding-right: 50px;
  padding-left: 25px;
  appearance: none;
  border-color: #D0D0D0;
  color: #FF6804;
  font-weight: 400;
  text-transform: uppercase;
}
#codesContainer {
	background-color: white;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	position: absolute;
	top: 80px;
	width: 200px;
	z-index: 100;
	display: none;
	/* right: 0;  */
	margin-left: -50px;
  border-radius: 32px;
  padding-left: 30px;
  padding-top: 10px;
  /* padding-bottom: 10px; */
}

.fn23-box-shadow{
  -webkit-box-shadow: -1px 3px 22px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 3px 22px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 22px -9px rgba(0, 0, 0, 0.75);
}

.comunidad-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-items: center;
}
.comunidad-container-img{
  width: 325px;
  height: auto;
}
.volver-post{
  color: #FF5800;
  padding-top: 50px;
  padding-right: 155px;
}

.pd-container-usuarios{
  padding: 35px 50px;
}
.fn23-box-a{
  padding: 10px 15px;
  border-radius: 4px;
  display: block;
}
.tabbable-nav{
  padding-left: 0 !important;
  padding-right: 30px !important;
  margin-bottom: 0;
  list-style: none;
  float: left;
  display: block;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.btnActive{
  background-color: #FF5800;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
}
.btnDisabled{
  background-color: #AFABAB;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
}
.fb-page{
  background: #3458a3;
  padding: 0px 100px;
}

.cards-benefits-23{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 2rem;
}
.tabBeneficio{
  color: #FF6804;
  border: 1px solid #FF6804;
  border-radius: 9px;
  background-color: white;
}
.tabBeneficio.active{
  color: white;
  background-color: #FF6804;
}
.sectionTabs{
  display: flex;
  gap: 10px;
  margin-left: 5rem;
}

.load-certificado{
  border: 1px solid black;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 20px 100px;
  border-style: dashed;
  margin-top: 10px;
}

.login-FN-Error{
  background-image: url(https://contenidofn-qa.abastible.cl/wp-content/uploads/2022/07/Banner-de-incio.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1.5fr 2fr ;
  padding: 0 15px;
}
.box-login-error{
  border-radius: 16px;
  padding: 30px 40px;
  background-color: #ffffffcc;
}

 .btn-home-container{
 	display: flex;
   justify-content: space-between !important;
 }

 .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: table-cell;
 }
 button.close{
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
 }
 .close{
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity = 20);
  opacity: .2;
 }
 
 .tooltip-validationsPass {
  display: none;
  position: fixed;
  z-index: 10;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  margin-left: 10px;
}
.tooltip-content {
  position: absolute;
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  width: 300px;
}
 #tablaCargasDistribuidorPlanComercio tbody tr:nth-child(4n-3){
  background-color: #efefef;
 }

#tablaCargasDistribuidorPlanComercio tbody tr:nth-child(4n-1) {
  background-color: #ffffff;
}

.subtablePlanComercio tbody tr td {
  background-color: #ffffff;
  border-bottom: 1px solid #b5b5b5;
}

.subtablePlanComercio thead tr th{
  background-color: #db4e16;
}


 .pagination{
  justify-content: center;
  gap: 8px;
 }
 .pagination .prev, .pagination .next  {
  background-color: #ff6804;
  border-color: #ff6804;
  border-radius: 2rem;
  padding: 3px 12px 6px 12px;
 }
 .pagination .prev a, .pagination .next a {
  color: white;
 }
 .pagination li:not(.prev):not(.next){
    margin-top: 5px;
  }
 .pagination li:not(.prev):not(.next) > a {
  text-decoration: none;
  padding: 4px 12px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 1rem;
 }
 .pagination .active a{
    background-color: #ff6804 !important;
    border-color: #ff6804 !important;
    color: white !important;
 }
 /* .pagination .active a{
  color: white;
 } */

 .pagination li:not(.prev):not(.next):hover > a {
  background-color: #c45206;
  border-color: #c45206;
  color: white;
 }
 
 #firstViewMobile{
  display: none;
}

.fn23-input-login{
  padding: 0.75rem 1.25rem;
  border-radius: 20px;
  border: 1.5px solid #DDD;
  color: #000;
  background: #FFF;
  transition: all 0.2s ease-in-out;
  height: 50px;
}

 @media only screen and (max-width: 590px) {
   .btn-home-container{
	  	display: flex;
	    justify-content: center !important;
  }
 }

@media only screen and (max-width: 601px) {
  #firstViewMobile{
    display: block;
  }
  .misPedidosView{
    display: none;
  }
  .btn-pago{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
	
  .btn-home-container{
  	display: flex;
    justify-content: space-between !important;
  }
  
  .my-50 {
  	margin: 0px 10px;
  }
  .login-box {
  	width: 100%;
  	padding: 15px;
  }
  
  .login-content{
    display: flex;
    flex-direction: column;
  }
  .center-box{
    padding: 30px;
  }
  
  .registroDI2{
  	position:static;
  }
  .welcome-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .info-user{
    margin: auto 2rem;
  }
  .info-content{
    justify-items: center;
  }
  .md-btn-pedido{
    padding: 12px 80px;
  }
  .fn23-section{
    padding: 2rem;
  }
  .fn23-container{
    padding: 0 2rem;

  }
  .home-history-news{
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .md-text-novedad{
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px !important;
  }
  .md-btn-novedad{
    background-color: white;
    border-radius: 32px;
    text-align: center;
    padding: 10px;
    margin: 0;
  }
  .indicators-4{
    grid-template-rows: repeat(4,1fr);
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .indicators-2{
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .md-gap-20{
    gap: 20px;
  }
  .rrss-text{
    grid-template-columns: 20% 70% 20%;
  }
  .md-d-none{
    display: none;
  }
  .pr-welcome{
    padding: 0;
  }
  .md-btn-new{
    padding: 0;
  }
  .side-left{
    display: none;
  }
  .breadcrumbMiNegocio{
    display: block !important;
  }
  .md-m-0{
    margin: 0px !important;
  }
  .md-gap-50{
    gap: 50px !important;
  }
  .md-mt-10{
    margin-top: 10px;
  }
  .md-mt-20{
    margin-top: 20px;
  }
  .md-mt-30{
    margin-top: 30px !important;
  }
  .md-mb-20{
    margin-bottom: 20px !important;
  }
  .md-ml-32{
    margin-left: 2rem;
  }
  .md-d-none{
    display: none !important;
  }
  .md-w-215{
    width: 215px;
  }
  /* Mobile mispedidoscrear */
  .pedidopl ul.timeline{
    width: 100%;
  }
  .md-precioTotalValor{
    display: flex;
    flex-direction: column;
  }
  .md-p-15{
    padding: 1rem !important;
  }
  .md-ml-0{
    margin-left: 0px !important;
  }
  .md-width-input-pl{
    width: auto;
  }
  .md-w-90p{
    width: 90% !important;
  }
  .table-prel-resume th:first-child, #pl_all_data td:first-child{
    padding-left: 10px !important;
  }
  .table-prel-resume th:last-child, #pl_all_data td:last-child{
    padding-right: 10px !important;
  }
  .table-responsive-mobile{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .md-pd-container-solicitudes{
    padding: 0px !important;
  }
  .md-pt-20{
    padding-top: 20px;
  }
  .md-pb-20{
    padding-bottom: 20px;
  }
  .md-plr-15{
    padding-left: 15px;
    padding-right: 15px;
  }
  .pd-container-solicitudes-largo{
    padding: 20px 0px;
  }
  .pd-container-solicitudes-alto{
    padding: 0px 50px ;
  }
  .select-condiciones select{
    padding-right: 10px;
    width: 280px;
  }
  .select-condiciones .img-sol{
    bottom: 40px !important;
    left: 240px !important;
  }
  .md-w-280{
    width: 280px !important;
  }
  .input-custom-solicitudes input{
    width: 300px;
  }
  .md-line{
    height: 3px;
    width: 100%;
    background-color: #F6F6F6;
    margin-bottom: 15px;
  }
  .md-boxInterdi{
    border: 1px solid #F6F6F6;
    padding-bottom: 25px;
    box-shadow: 0px 0px 0px 0.5px #00000033;
    margin: 0 auto;
    padding-top: 15px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: center;
  }
  .md-input-custom-interdi{
    margin-bottom: 20px;
    border: 1px solid #f6f6f6;
    padding-top: 20px;
    box-shadow: 0px 1px 1px 0.5px #00000033;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .pos-interdi{
    top: 0px;
  }
  .select-asistente{
    padding-right: 35px;
    padding-left: 25px;
  }
  .md-text-center{
    text-align: center !important;
  }
  .md-flex-justify-center{
    justify-content: center;
  }
  .md-flex-direction-column{
    flex-direction: column;
  }
  .md-ptb-micomunidad{
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
  .cards-benefits{
    grid-template-columns: 1fr;
  }
  .contenedor-img{
    /* width: 170px; */
    margin: 0 auto;
  }
  .card-benefits{
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
  }
  .card-text-col{
    margin: 0px;
    display: flex;
    justify-content: space-evenly;
  }
  .md-rrss-container{
    padding: 0 15px;
    gap: 20px;
  }
  .comunidad-grid{
    grid-template-columns: 1fr;
  }
  .comunidad-container-img{
    width: 100%;
  }
  .section-more{
    padding: 2rem;
  }
  .volver-post{
    padding-top: 2rem;
    padding-right: 2rem;
    font-size: 15px !important;
  }
  .md-grid-cond-1{
    grid-template-columns: 1fr;
  }
  .md-mt-3{
    margin-top: 1rem!important;
  }
  .col-md-offset-4 {
    margin-left:0;
  }
  .cards-benefits-23{
    grid-template-columns: 1fr;
  }
  .cards-information {
    grid-template-columns: 1fr;
  }
  .sectionTabs{
    margin-left: 3rem;
    margin-right: 3rem;
    flex-direction: column;
  }

  #youtubeDiv{
    padding: 0px;
    background-color: white;
  }
  .fb-page{
    padding: 0px;
  }

  .md-input-medioPago{
    width: 60px;
  }
  .box-login-error{
    padding: 20px;
  }
  

}

.nopc-gridCilindros{
  display: none;
}
.nomobile-gridCilindros{
  display: block;
}
@media only screen and (max-width: 994px) {
  #side-mispedidos{
    display: none;
  }
  .nopc-gridCilindros{
    display: block;
  }
  .nomobile-gridCilindros{
    display: none;
  }
  .md-w-auto{
    width: auto;
  }
}

.c-text{
  cursor: text;
}