.section-head{
    background-color: #24a4d1;
    padding:40px;
    padding-top:135px;
}

.texto-titulo{
    color:white;
    font-size: 36px;
}

.texto-subtitlo{
    color:white;
    font-size: 20px;
}

.section-items{
    background-color: #d9d9d9;
    min-height: 60px;
}

.icon-alto{
    font-size: 50px;
}

.title-como-imprimir{
    font-size: 21px;
    font-weight: 200;
}

.text-icons{
    color:#79818d;
}

.form-control, .dataTable-input {
    height: 40px;
    display: block;
    width: 100%;
    padding: 0.675rem 1.025rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;

}


.form-control-textarea{
  display: block;
  width: 100%;
  padding: 0.675rem 1.025rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #69707a;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border: 1px solid #c5ccd6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.35rem;

}



.icon-option{
    color:#61af72 !important;
}

.btn-enviar-pedido{
    background-color:#61af72;border:none;
    font-size: 22px;
}

.btn-enviar-pedido:hover{
    background-color:#61af72;
}

.footer {
    /* border-top: 1px solid black; */
    padding-bottom: 70px;
    padding-top: 30px;
    /* background-color: #272723; */
    /* color:white; */
}

body{
    background-color: #f5f5f5;
}

/**
 * FilePond Custom Styles
 */
 .filepond--drop-label {
	color: #4c4e53;
}

.filepond--label-action {
	text-decoration-color: #babdc0;
}

.filepond--panel-root {
	border-radius: 2em;
	background-color: #edf0f4;
	height: 1em;
}

.filepond--item-panel {
	background-color: #595e68;
}

.filepond--drip-blob {
	background-color: #7f8a9a;
}


.lds-dual-ring {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #033349;
    border-color: #033349 transparent #033349 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.spinner-btn {
    font-size: 1.3rem;
    border: none;
    background-color: #1d3557;
    color: #f1faee;
    padding: 0.8rem 1.5rem;
    border-radius: 2rem;
    transition: 0.3s ease;
    box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.445);
    position: absolute;
    top: 50%;
    left: 45%;
    margin-left: -50px;
    margin-top: -50px;
    width: 200px;
    height: 100px;
}

.btn__text {
    margin-left: 0.8rem;
}

.spinner {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border: 3px solid #dddf00;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: spin 1s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
        border-top-color: #fcab41;
        border-bottom-color: #80ffdb;
        border-right-color: transparent;
        border-left-color: transparent;
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ocultar {
    display: none !important;
}

.icon-navbar{
    font-size: 20px;
    padding-top: 5px;
}

.whatsapp {
    position:fixed;
    width:55px;
    height:55px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF !important;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

  .lift{
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .lift:hover{
    transform: translateY(-0.1666666667rem);
    box-shadow: 0 0.25rem 1rem 0 rgb(33 40 50 / 25%);
  }

  .btn-trash{
    font-size:15px;
    background-color: #ffc107;
    border-radius: 32px;
    border: none;
  }

  .btn-trash:hover{
    background-color: #e6af0d;
  }

  .td-title{
    font-size: 16px;color: grey;
  }

  .td-subTitle{
    font-size: 13px;color: #a3a3a3;
  }

  .td-head{
    vertical-align: middle;width: 95%;
  }

  /* .filepond--file-action-button{
      display: none;
  } */

  .navbar-item{
    cursor:pointer;box-shadow: none !important;font-size: 0.9rem;
  }


  .logo-navbar{
    height: 45px !important;
    transition: all .35s ease-in-out;
  }
  .navbar-scroll{
    transition: all .35s ease-in-out;
    padding:0px !important;
    
  }
  .logo-navbar-ocultar{
    transition: all .35s ease-in-out;
  }

  .separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: grey;
  }
  
  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #cdcdcd;
  }
  
  .separator:not(:empty)::before {
    margin-right: .25em;
  }
  
  .separator:not(:empty)::after {
    margin-left: .25em;
  }

  .social-media{
      font-size: 30px;
      cursor:pointer;
  }


  .text-footer{
    font-size: 17px;
  }

  #map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }

.table-precio{
  border:none !important;
  background-color: #f5f5f5 !important;
}

.table>:not(caption)>*>*{
padding: 0.3rem 0.5rem !important;
}

.title-precios{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.comentarios{
  font-size: 14px;
  color: grey;
}

.question-terminado{
  cursor: pointer;
  color:#24a4d1;
}

.btn-buscar{
  background-color:#61af72;border:none;
  font-size: 22px;
  font-size: 18px;
  margin-top: 18px !important;
  text-align: center;
}

.btn-buscar:hover{
  background-color:#61af72;
}

.btn-buscar-reponsive{
  width: 40%;
}

.btn-buscar-posicion{
  text-align: left;
}


@media (min-width:320px)  {

  .btn-buscar-posicion{
    text-align: center;
  }
  .btn-buscar-reponsive{
    width: 40%;
  }
}
@media (min-width:480px)  { 

  .btn-buscar-posicion{
    text-align: center;
  }
  .btn-buscar-reponsive{
    width: 40%;
  }
}
@media (min-width:600px)  { 

}
@media (min-width:801px)  { 
  .btn-buscar-posicion{
    text-align: center;
  }
  .btn-buscar-reponsive{
    width: 70%;
  }
}
@media (min-width:1025px) {
  .btn-buscar-posicion{
    text-align: center;
  }
  .btn-buscar-reponsive{
    width: 40%;
  }
}
@media (min-width:1281px) { 
  .btn-buscar-posicion{
    text-align: center;
  }
  .btn-buscar-reponsive{
    width: 40%;
  }

}



.td-pedidos {
  text-align: center;
  vertical-align: middle;
}

.pedido-completado{
  padding: 5px;
    background: #318731;
    color: white;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration:none;
}

.pedido-completado:hover{
  background: #318731;
  color: white;
}


.pedido-pendiente{
  padding: 5px;
    background: #fdaa13;
    color: white;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration:none;
}

.pedido-pendiente:hover{
    background: #fdaa13 !important;
    color: white;
}

.pedido-rechazado{
  padding: 5px;
    background: #d94949;
    color: white;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration:none;
}

.pedido-rechazado:hover{
  background: #d94949;
  color: white;
}


.swal-wide-mio{
  width:1250px !important;
}

#swal2-html-container{
  overflow:hidden;
}