.section-head{
    background-color: #053884;
    padding:auto;
    padding-top:140px;
    padding-bottom:140px;
}

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

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

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

.section-personal-data{
  background-color: white;
}

.section-items-step{
  position: relative;
  background-color: inherit;
  min-height: 60px;
  bottom:95px;
}

.section-items-step-container{
  background-color: white;
  border-radius:7px;
  padding:40px 30px 20px 30px;
}

.section-items-person-container{
  background-color: white;
  border-radius:7px;
  padding:10px 30px 20px 30px;
  position: relative;
  bottom:85px;
}

.section-item-order-data-container{
  background-color: white;
  border-radius: 7px;
  padding: 10px 30px 20px 30px;
  position: relative;
  bottom: 79px;
}

.section-item-file-data-container{
  background-color: white;
  border-radius: 7px;
  padding: 10px 0px 20px 0px;
  position: relative;
  bottom: 79px;
}

.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: white;
    background-clip: padding-box;
    border: 2px solid rgba(0,0,0, 0.12);
    -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:#0A6ACB !important;
}

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

.btn-order{
  background-color:#053884;
  border:none;
  color:white !important;
  font-size: 19px;
}

.btn-pay{
  background-color:#95c123;
  border:none;
  color:white !important;
  font-size: 19px;
}


.btn-file-upload{
  background-color:#0A6ACB;
  border:none;
  font-size: 19px;
}

.btn-enviar-pedido:hover{
  background-color:#91a955;
}

.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: 260px;
    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: .65em;
  }
  
  .separator:not(:empty)::after {
    margin-left: .65em;
  }

  .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;
  color:#053884;
}

.comentarios{
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.question-terminado{
  cursor: pointer;
  color:#68a2b7;
}

.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: #91a955;
    color: white;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration:none;
}

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


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

.pedido-pendiente:hover{
    background: #db9e60 !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;
}


.g-recaptcha{
  display:inline-block;
}


.btn-outline-primary{
  font-size: 13px;
  background: #e3e3e3;
  height: auto;
  border-color: #f5f5f5;
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn-outline-primary:hover{
  background-color: #68a2b7;
  border-color: #68a2b7;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
    background-color: #68a2b7;
    border-color: #68a2b7;
}

.btn-group-vertical{
  min-height:190px;
}

.text-drive{
  background: #cee78ead;
  border-radius: 10px;
}

.text-gray-600{
  color:#626262;
}

.title-landing{
  color: #0A6ACB;
  font-size: 23px;
  font-weight: 600;
}


.cantHojas{
  background: inherit;
  border: none;
  color:black;
}

.swal2-confirm{
  background-color: #68a2b7 !important;
}

.container-head{
  width: 85% !important;
}


.body {
  position: relative;
  font-family:
    'Roboto','Helvetica','Arial',sans-serif;
}

.wrap {
  position: absolute;
  right: 0;
  top: 40%;
  width: 350px;
  left: 0;
  margin: 0 auto;
}

/* select starting stylings ------------------------------*/
.select {
  font-family:
    'Roboto','Helvetica','Arial',sans-serif;
	position: relative;
}

.select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.select-text:focus {
	outline: none;
  border: 2px solid grey;
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none;
  color: gray;
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
  
	pointer-events: none;
}

/* LABEL ======================================= */
.select-label {
	color: #6a6a6a;
  background: white;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
  padding: 0 5px;
	left: 10px;
	top: 9px;
	transition: 0.2s ease all;
}


/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	color: black;
	top: -8px;
	transition: 0.2s ease all;
	font-size: 11px;
}


.select-text:valid:focus ~ .select-label {
  color: black;
}

input[type="file"] {
  display: none;
}

.icon-pdf-trash{
    font-size: 15px;
    background: grey !important;
    border-radius: 10px;
}

.icon-pdf-view{
  font-size: 15px;
  
  background: #0A6ACB;
  border-radius: 10px;
  padding-left: 10px;
}

.price-file{
  font-weight: 500;
  color: #053884;
  font-size: 16px;
}


.position-views{
  position: relative;
  bottom: 80px;
}