.nav{
    z-index: 999;
    /* position: fixed; */
    width: 100%;
    height: 93.4px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.39);
}

.lcdlf{
    display: flex;
    margin: 0 1rem 0 4rem;
    align-items: center;
}

.telemundo img{
    width: 100px;
    height: auto;
}

.telemundo{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lcdlf img{
    width: 125.6px;
    height: auto;
}

.botones{
    z-index: 99;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #181540;
    height: 124.3px;
    position: relative;
    box-shadow: 0 2px 31px 0 rgba(0, 0, 0, 0.22);
    border-bottom-left-radius: 73.1px;
    border-bottom-right-radius: 73.1px;
    margin-right: 75.5px;
    width: 236.4px;
}

.comprar{
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    background-color: #229AD4;
    border-radius: 10px;
    color: #E8E3E7;
}

.comprar i{
    font-size: 2rem;
}
.espacio{
    width: 3rem;
    height: 2rem;
}

.presupuesto{
    /* margin: 0 2rem 0 1rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.white-text{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.monto{
    font-family: 'Lato', sans-serif;
    font-size: 37.4px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.banner{
    height: 205px;
    /* position: fixed; */
}

.content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.productos{
    flex-grow: 1;
}

.card{
    margin: 0 auto;
    width: 90%;
    padding: .5rem;
    height: 410px;
    display: flex;
    flex-direction: column;
}

.vpan{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-evenly;
}

.imgcont{
    width: 100%;
    border-bottom: 2px solid #EEF3F7;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    flex-direction: column;
}

.product-img{
    width: 90%;
    max-height: 95%;
}

.hpan{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.name{
    font-family: 'Lato', sans-serif;
    font-size: 13.9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #3c3b3c;
    margin: 0;
}

.cantidad{
    margin: 0;
    border: 1px solid #A9AAA8;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -1.75rem;
    margin-right: -1.75rem;
    background-color: #541144;
    color: #E8E3E7;
    font-weight: bold;
}

.es{
    width: 90%;
    margin: 0 auto;
}

.precio{
    font-family: 'Lato', sans-serif;
    font-size: 21.3px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  text-align: center;
  color: #3c3b3c;
    margin: 0;
    margin-bottom: 1rem;
}

.footerContainer{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    text-align: center;
}

.btn-floating {
    z-index: 2 !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    line-height: 3.5rem !important;
}

.btn-floating i {
    line-height: 3.5rem !important;
    font-size: 3rem;
}

.copy{
    font-size: 1rem;
}


.loader {
    font-size: 10px;
    margin: 25% auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
  }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #FFF;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .loader:after {
    background: #000;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .todo{
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 99999999999999999999999999;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .modal{
      border-radius: 25px;
      height: 80%;
      /* background-color: #191541 ; */
  }

  .arriba{
    background-color: #191541;
  }

  .logo{
      width: 50%;
      margin-top: 6%;
  }

  .letras{
      font-weight: bold;
      color: #fff;
  }

  .letraso{
    margin-top: 20% !important;
    font-weight: bold;
    color: #191541 ;
}

  .logor{
    width: 25%;
    margin-top: 1rem;
}

.espacio{
  width: 3rem;
  height: 1rem;
}

#modal2{
    border-radius: 25px;
    min-height: 60%;
    background-color: #fafafa;
  overflow-y: scroll;
}

#modal3{
    border-radius: 25px;
    min-height: 60%;
    background-color: #fafafa;
  overflow-y: scroll;
}

#modal4{
    border-radius: 25px;
    min-height: 60%;
    background-color: #fafafa;
  overflow-y: scroll;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 10px;
    background-color: transparent; }
    
    .scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c9c9c9; }


    .dropdown-content {
        max-height: 250px;
    }


.hpan{
    display: flex;
    flex-direction: row;
}

.categories{
    width: 230px;
    padding-top: 1.5rem;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
    background-color: #181540;
    z-index: 998;
    overflow-y: auto;
    height: 100vh;
}

.logom{
    width: 80%;
    margin-left: 15px;
    margin-bottom: 2rem;
}

.products{
    width: 100%;
    background-color: #fafafa;
    height: 100vh;
    overflow-y: auto;
}

.cat{
    padding-left: 10px;
}

.cat p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    color: #fff;
    width: fit-content;
    padding: .8rem;
    border-radius: 36.6px;
    margin: 0;
}

.selected{
    font-weight: 800 !important;
    color: #fff !important;
    text-decoration: underline;
}

.input-field{
    border: 1px solid #bfbfbf;
    border-radius: 50px;
    height: 3rem;
    margin: 1rem;
}

.input-field .prefix {
    top: 8px;
    left: 10px;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: none !important; 
    border-radius: 0;
    outline: none;
    height: 3rem;
    /* width: 100%; */
    font-size: 20px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 7px;
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none;
}

.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-6px) scale(1);
    transform: translateY(-6px) scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid transparent !important;
  -webkit-box-shadow: 0 1px 0 0 transparent !important;
          box-shadow: 0 1px 0 0 transparent !important;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #9e9e9e;
}

.input-field .prefix {
    color: #9e9e9e;
  }

.input-field .prefix.active {
    color: #9e9e9e;
  }

.grid{
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

.prod{
    width: 230px;
    height: 332px;
    margin: 1.5rem;
    border-radius: 10.7px;
    box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cann{
    font-family: 'Lato', sans-serif;
    font-size: 26.7px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    text-align: center;
    color: #3c3b3c;
    margin: 0;
}

.menos{
    margin-right: 1rem;
    border-radius: 5.3px;
    background-color: #e9eaec;
    width: 48px;
    height: 37px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.op{
    opacity: 0.2;
}

.mas{
    margin-left: 1rem;
    border-radius: 5.3px;
    background-color: #e9eaec;
    width: 48px;
    height: 37px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.realizar{
    font-family: 'Lato', sans-serif;
    font-size: 26.6px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #181540;
    text-align: left;
}

.headt{
    font-family: 'Lato', sans-serif;
    font-size: 17.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    color: #181540;
}

.roetxt{
    font-family: 'Lato', sans-serif;
    font-size: 17.4px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    color: #7b7a7a;
}

.tottxt{
    font-family: 'Lato', sans-serif;
    font-size: 17.4px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    color: #7b7a7a;
}

.titt{
    font-family: 'Lato', sans-serif;
    font-size: 26.6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #273147;
}

.descc{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #273147;  
}
