@font-face {
    font-family: Ubuntu-Bold;
    src: url("../font/Ubuntu-B.ttf");
}
@font-face {
    font-family: Ubuntu-Light;
    src: url("../font/Ubuntu-L.ttf");
}
@font-face {
    font-family: Ubuntu-Regular;
    src: url("../font/Ubuntu-R.ttf");
}
@font-face {
    font-family: Ubuntu-Medium;
    src: url("../font/Ubuntu-M.ttf");
}
.hidden {
    display: none !important;
}
.family-ubuntu-bold {
    font-family: Ubuntu-Bold !important;
}
.family-ubuntu-regular {
    font-family: Ubuntu-Regular !important;
}
.family-ubuntu-light {
    font-family: Ubuntu-Light !important;
}
.family-ubuntu-Medium {
    font-family: Ubuntu-Medium !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #a7a7a7 !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-control:focus {
    border-color: #a7a7a7 !important;
    box-shadow: none !important;
}
/*
.accordion-button:focus{
  border-color: transparent !important;
  box-shadow: none !important;
}
*/
.accordion-button:not(.collapsed) {
    color: #171717 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}
/*
.form-control:focus{
  box-shadow: none !important;
  border-color: #86b7fe00 !important;
}
*/
.div-nav-azul {
    background-color: #001c46;
    /* box-shadow: 0px 3px 6px #00000052; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 23px;
}
.div-nav-logo {
    width: 40%;
}
.div-nav-logo a,
.div-nav-logo a img {
    width: 100%;
}
.div-nav-lista {
    display: none;
}
.btn-rades-socilaes-navbar,
.btn-rades-socilaes-navbar:hover,
.btn-rades-socilaes-navbar:active {
    padding: 0px !important;
    background-color: #fff;
    color: #144485;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 23px;
}
.btn-rades-socilaes-navbar i {
    margin-top: 3px;
}
.link-login-navbar,
.link-login-navbar:hover,
.link-login-navbar:focus {
    font-family: Ubuntu-Bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.div-linea-blanco-navbar {
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.enlaces-nvabar,
.enlaces-nvabar:hover,
.enlaces-nvabar:active {
    font-family: Ubuntu-Light;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
}
.divcard-cotizacion {
    width: 100%;
    box-shadow: 0px 25px 56px #1444853e;
    background-color: #fff;
    position: relative;
    margin-bottom: 150px;
}
.h1-titutlo-card {
    color: #20415a;
    font-family: Ubuntu-Light;
    font-size: 2.5rem;
    font-weight: 300;
}
/* slider cotizador */

.wrapper-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wrapper-header {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
}

.wrapper-slide {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    transition: all 0.5s;
}

.slide-step {
    display: block !important;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.slide {
    min-width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    background-size: cover;
    background-position: center;
}

.slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* fin de estilos de slider cotizacion*/
.div-contador-cotizador {
    background-color: #e8e8e8;
    color: #001c46;
    font-family: Ubuntu-Bold;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.h5-slider-cotizacion {
    color: #001c46;
    font-size: 13px;
    font-family: Ubuntu-Regular;
}
.activo-cotizacion div .div-contador-cotizador {
    background-color: #ffbe00 !important;
    font-family: Ubuntu-Bold !important;
}
.activo-cotizacion div .h5-slider-cotizacion {
    font-family: Ubuntu-Bold !important;
}
.div-linea-azul-cotizacion {
    width: 25%;
    height: 1px;
    background-color: #001c46;
    z-index: 1;
}

.h6-azul-label-gebral,
.h6-azul-label-gebral:hover {
    color: #001c46;
    font-size: 16px;
}
.div-form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.div-row-form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.div-border-campo {
    width: 100%;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
}
.div-border-campo input,
.div-border-campo textarea {
    width: 100%;
    border: 0px;
    font-size: 14px;
    color: #171717;
    font-family: Ubuntu-Regular;
    font-weight: 100;
}
.div-border-campo input::placeholder,
.div-border-campo textarea::placeholder {
    font-size: 14px;
    color: #171717;
    font-family: Ubuntu-Regular;
    font-weight: 100;
}
.div-border-campo textarea {
    resize: none;
    height: 72px;
}
.div-select {
    position: relative;
    width: 25%;
    border-right: 1px solid #707070 !important;
}

.div-select-jo {
    position: relative;
    width: 100%;
}

.select-campo {
    border: 0px;
    font-size: 14px;
    color: #171717;
    font-family: Ubuntu-Regular;
    font-weight: 100;
}
.input-widht {
    width: 65% !important;
}
.btn-siguiente-cotizacion,
.btn-siguiente-cotizacion:hover,
.btn-siguiente-cotizacion:focus {
    background-color: #ffbe00;
    color: #001c46;
    font-family: Ubuntu-Bold;
    font-size: 18px;
    border-radius: 0px;
    border: 0px;
    position: relative;
}
.label-radio-check {
    font-size: 14px;
    color: #171717;
    font-weight: 100;
}
.form-check-input:checked {
    background-color: #001c46 !important;
    border-color: #001c46 !important;
}
.div-card-item-cotizacion {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 11px #1444853e;
    padding-left: 20px;
    padding-right: 50px;
}
.div-card-item-cotizacion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    position: relative;
}
.p-azul-datos-cotizacion {
    color: #001c46;
    font-size: 14px;
}
.btn-descargar-pdf,
.btn-descargar-pdf:active,
.btn-descargar-pdf:hover,
.btn-descargar-pdf:focus {
    padding: 0px;
    position: absolute;
    right: 15px;
    top: 13px;
    color: #001c46;
    border: 0px;
    font-size: 20px;
}
footer {
    position: relative;
}
.div-footer-azul {
    background-color: #001c46;
    padding: 70px 0px;
}
.div-logo-footer {
    width: 60%;
    margin: 0 auto;
}
.color-footer-blanco {
    color: #fff;
}
.div-footer-grid-tres {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.h6-footer-navbar {
    font-size: 18px;
}
.enlaces-footer-navbar,
.enlaces-footer-navbar:hover,
.enlaces-footer-navbar:active {
    font-family: Ubuntu-Light;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}
.color-negro-footer,
.color-negro-footer a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.btn-navbar-menu,
.btn-navbar-menu:hover,
.btn-navbar-menu:focus,
.btn-navbar-menu:active {
    display: block;
    padding: 0px;
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 40px;
}
.div-menu-celular {
    width: 100%;
    height: 100vh;
    background-color: #001c46;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
}
.btn-navbar-menu-close,
.btn-navbar-menu-close:hover,
.btn-navbar-menu-close:active,
.btn-navbar-menu-close:focus {
    padding: 0px;
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 55px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
.enlaces-navbar-prime-celular,
.enlaces-navbar-prime-celular:hover,
.enlaces-navbar-prime-celular:active {
    font-family: Ubuntu-Bold;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.div-top-celular-nav {
    margin-top: 100px;
}
.enlaces-navbar-celular,
.enlaces-navbar-celular:hover,
.enlaces-navbar-celular:active {
    font-family: Ubuntu-Light;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
}
.link-border-bottom-celular {
    border-bottom: 0px solid #fff;
    padding-top: 18px;
    padding-bottom: 18px;
}
.div-liena-absolute-amarillo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #ffbe00;
    width: 10px;
    height: 50px;
}
.div-logo-color {
    width: 40%;
    margin: 0 auto;
}
.titulo-cotizador-azul {
    color: #001c46;
    font-size: 25px;
}
.p-descrip-negro {
    color: #171717;
    font-size: 15px;
}
.div-espacio-exitoso {
    width: 100%;
    height: 20px;
}
.div-card-top-exitoso {
    margin-top: 80px;
}
.img-exitoso {
    margin-top: -140px;
    width: 64%;
}
.div-grid-servicio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-top: 60px;
    align-items: stretch;
}
.div-card-servicio {
    width: 98%;
    box-shadow: 0px 25px 56px -7px rgba(19.999999999999986, 67.99999999999997, 133, 0.28);
    background-color: #fff;
    height: 100%;
}
.div-liena-amarillo-absolute {
    width: 98%;
    height: 95%;
    border: 3px solid #eeb523;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.div-circle-azul-servicio {
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #001c46;
    box-shadow: 0px 15px 25px #1444853d;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
}
.div-circle-azul-servicio img {
    width: 40%;
    mix-blend-mode: hard-light;
}
.color-negro-servicio {
    font-size: 20px;
    color: #171717;
}
.link-volver-tipo,
.link-volver-tipo:hover,
.link-volver-tipo:active {
    color: #171717;
    font-size: 15px;
    font-weight: 300;
    background-color: transparent;
    border: 0px;
}
.progress {
    border: 1px solid #707070;
    background: #fff;
    border-radius: 10px;
    height: 12px;
}
.div-enlaces-tipo,
.progress {
    width: 100%;
    margin: 0 auto;
}
.progress-fondo-uno {
    background: rgb(0, 68, 133) !important;
    background: linear-gradient(
        90deg,
        rgba(0, 68, 133, 1) 11%,
        rgba(255, 190, 0, 1) 75%
    ) !important;
}
.footer-amarillo {
    background-color: #ffbe00 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}
.p-color-azul-footer {
    color: #001c46;
    font-size: 18px;
}
.p-color-azul-footer a,
.p-color-azul-footer a:hover,
.p-color-azul-footer a:active {
    color: #001c46;
    font-weight: 500;
}
.div-flex-campo-destino {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
}
.div-select-border-cero {
    border-right: 0px !important;
}
.p-informacion-destino {
    color: #171717;
    font-size: 14px;
}
.p-informacion-destino i {
    color: #001c46 !important;
}
.div-label-destino {
    width: 100%;
}
.div-informacion-destino {
    width: 100%;
}
.div-campo-destino {
    width: 100%;
}
.div-sombra-destino-campo {
    box-shadow: 0px 3px 11px #1444851f;
    border-color: #d9d9d9 !important;
    position: relative;
}
.btn-mapa,
.btn-mapa:hover,
.btn-mapa:focus {
    padding: 0px;
    background-color: transparent;
    position: absolute;
    right: 4px;
    top: 7px;
    z-index: 1;
    border: 0px;
}
.btn-mapa img {
    width: 70%;
}
.p-rojo-destino {
    color: #ff0000;
    font-size: 12px;
}
.div-progress-destino {
    width: 100% !important;
}
.border-mapa-modal {
    width: 100%;
    border: 0px solid #fff;
    height: 80vh;
}
.moda-transparend {
    background-color: transparent !important;
}
.btn-widht-auto {
    width: fit-content;
    margin: 0 auto;
}
.div-grid-paquete {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.div-items-tres-footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.colo-negro-paquete {
    color: #171717;
    font-size: 15px;
}
.div-azul-paquete {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #001c46; /*
  box-shadow: 0px 15px 25px #1444853D;*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-azul-paquete img {
    width: 100%;
}
.h6-lineas-texto {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-lienas-texto-paquete {
    font-weight: 100;
    line-height: 1.2;
}
.div-progress-paquete {
    width: 100% !important;
}
.div-flex-caja {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.div-caja {
    width: 50%;
    margin: 0 auto;
}
.div-campo-caja {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.div-campo-ancho-form {
    width: 100%;
}
.div-campo-descrip-form {
    width: 100%;
}
.div-grid-dos-peso-cant {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.h6-precio-envio {
    color: #171717;
}
.h6-precio-envio .span-precio-total {
    font-family: Ubuntu-Bold;
    font-size: 25px;
}
.h6-precio-envio .span-igv {
    font-family: Ubuntu-Regular;
    font-size: 13px;
}
.div-wight-btn-envio {
    width: 100%;
    margin: 0 auto;
}
.div-grid-dos-btn-envio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
}
.btn-azul-amarillo-envio {
    background-color: #001c46 !important;
    color: #ffbe00 !important;
}
.div-descrip-cantidad-envio {
    line-height: 1;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
}
.div-descrip-cantidad-envio h6 {
    color: #001c46;
    font-size: 18px;
}
.div-descrip-cantidad-envio p {
    color: #171717;
    font-size: 14px;
}
.div-grid-descrip-envio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.footer-amarillo:before {
    height: auto !important;
}
.div-flex-cuadro-resumen {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.div-datos-resumen {
    width: 100%;
}
.div-descrip-resumen {
    width: 100%;
    margin-bottom: 150px !important;
}
.colo-negro-resumen {
    color: #171717;
}
h5.colo-negro-resumen {
    font-size: 20px;
}
h6.colo-negro-resumen {
    font-size: 15px;
}
p.colo-negro-resumen {
    font-size: 13px;
    font-weight: 100;
}
/* Estilos accordeon */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
}
/* fin de estilos accord*/
.div-resuemn-grid-tres {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
}
.div-resuemn-grid-tres-insti {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
}
.accordion-item-resumen {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 5px;
}
.accordion-button-resumen:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: 0px 3px 11px #1444853e !important;
}
.accordion-button-resumen {
    background-color: #fff !important;
    box-shadow: 0px 3px 11px #1444853e !important;
    border-radius: 0px !important;
}
.accordion-collapse-resumen {
    background-color: #e2e2e2;
}
.h6-resuemn-size {
    font-size: 14px !important;
}
.p-resumen-size {
    font-size: 13px !important;
}
.div-wight-btn-resumen {
    width: 100%;
}
.btn-agregar-resumen,
.btn-agregar-resumen:hover,
.btn-agregar-resumen:active {
    background-color: #001c46;
    color: #fff;
    font-family: Ubuntu-Bold;
    font-size: 14px;
    border-radius: 0px;
}
.h6-resumen {
    color: #171717;
    font-size: 24px;
}
.p-resumen,
.p-resumen:hover {
    color: #171717;
    font-size: 15px;
    font-weight: 100;
}
.p-informacion-resumen {
    color: #171717;
    font-weight: 100;
    display: flex;
    align-items: center;
}
.p-informacion-resumen i {
    font-size: 30px;
}
.p-informacion-resumen a {
    color: #171717;
}
.label-resumen {
    color: #171717;
    font-weight: 100;
    font-size: 12px;
}
.label-resumen a {
    color: #171717;
}
.label-inicio {
    color: #171717;
    font-size: 14px;
    font-weight: 200;
}
.btn-contador {
    background-color: transparent;
    border: 0;
    color: #000000;
    padding: 0;
    height: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.div-number-contador {
    width: 35%;
}
.border-bottom-acordion {
    border-bottom: 3px solid #fff;
}
.input-cantidad {
    background-color: transparent !important;
}
.letra-mensaje-error {
    font-size: 13px;
    text-align: left;
    padding: 0px;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: transparent !important;
}
.invalid-feedback {
    font-size: 13px;
    margin-top: 0px !important;
    text-align: left !important;
}
.phone2,
.phone {
    padding-left: 70px !important;
    padding-left: 70px !important;
}
#tipdoc {
    appearance: auto !important;
}
.modal-sombra {
    box-shadow: #1444853e 0px 15px 25px;
    border: 0px;
    border-radius: 12px !important;
}
.img-modal-margin-size {
    width: 60%;
    margin-top: -5.625rem;
}
.div-item-dos-botones {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px;
}
.div-amarillo-modal {
    width: 98%;
    height: 100%;
    border: 3px solid #eeb523;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: -1;
}
.modal {
    background-color: #00000073 !important;
}
.icono-absolute-select {
    color: #171717;
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 0;
    cursor: pointer;
}
/* tooltips*/
.tooltip {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.div-mapa-form {
    width: 100%;
    height: 12.5rem;
    border-radius: 10px;
}
.link-modal-informacion {
    position: relative;
    color: #171717;
    padding: 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.75rem !important;
    margin-top: 10px;
}
.link-modal-informacion i {
    color: #001c46 !important;
    font-size: 1.125rem;
}
.custom-loader {
    width: 25px;
    height: 25px;
    display: grid;
    animation: s4 4s infinite;
}
.custom-loader::before,
.custom-loader::after {
    content: "";
    grid-area: 1/1;
    border: 8px solid;
    border-radius: 50%;
    border-color: #766df4 #766df4 #0000 #0000;
    mix-blend-mode: darken;
    animation: s4 1s infinite linear;
}
.custom-loader::after {
    border-color: #0000 #0000 #e4e4ed #e4e4ed;
    animation-direction: reverse;
}

@keyframes s4 {
    100% {
        transform: rotate(1turn);
    }
}
.p-azul-entrega {
    color: #001c46;
    font-size: 0.875rem;
}
.p-azul-fecha-entrega {
    color: #001c46;
    font-size: 1.25rem;
}
.div-item-75-porciento {
    width: 100%;
    margin-bottom: 150px !important;
}
.subtitulo-login {
    color: #001c46;
    font-size: 40px;
}
.titulo-gracias-size {
    font-size: 28px;
}
.btn-redes-login,
.btn-redes-login:hover,
.btn-redes-login:focus {
    background-color: #ffbe00;
    color: #001c46;
    font-family: Ubuntu-Bold;
    font-size: 18px;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    display: flex;
    align-items: center;
}
.btn-redes-login i {
    font-size: 30px;
}
.div-ancho-login {
    width: 70%;
    margin: 0 auto;
}
.card-height-login {
    height: 65vh !important;
}
.div-card-amarillo-login {
    background-color: #ffbe00;
    margin-top: -30px;
}
.h3-color-size-login {
    color: #001c46;
    font-size: 24px;
}
.link-size-cuenta {
    color: #001c46;
    font-size: 14px;
}
.p-texto-general {
    color: #171717;
    font-size: 1rem;
}
.p-texto-general-15 {
    color: #171717;
    font-size: 14px;
}
.icon-like-list {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
}
.btn-registro-login,
.btn-registro-login:hover,
.btn-registro-login:focus {
    background-color: #001c46;
    color: #ffbe00;
    font-family: Ubuntu-Bold;
    font-size: 18px;
    border-radius: 0px;
    border: 0px;
}
.p-footer-blnaco {
    color: #fff;
    font-size: 1rem;
}
.h6-footer-subtitulo {
    color: #fff;
    font-size: 20px;
}
.link-footer-enlaces,
.link-footer-enlaces:hover {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.div-items-tres-subfooter {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px;
}
.p-azul-texto {
    color: #001c46;
    font-size: 16px;
}
.icon-tooltips-azul {
    font-size: 25px;
}
.icon-select {
    position: absolute;
    right: 15px;
    top: 15px;
}
.add-documento {
    background-color: transparent;
    padding: 0px;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    border: 0px;
}
.add-documento i {
    font-size: 1.5625rem;
}
.border-right-cero {
    border: 0px !important;
    border-radius: 10px 0px 0px 10px;
}
.border-left-cero {
    border: 0px !important;
    border-radius: 0px 10px 10px 0px;
}
.div-flex-campo {
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.div-wight-campos-serie {
    width: 17%;
}
.div-wight-campos-documento {
    width: 68%;
}
.div-padding-right-campo {
    padding-right: 5%;
}
.btn-eliminar-absolute {
    font-size: 30px;
    color: #a7a7a7;
    padding: 0px;
    border: 0px;
}
.div-form-una-linea {
    grid-template-columns: repeat(1, 1fr) !important;
}
/* estilos de loader personal*/
.custom-loader {
    width: 0px;
    height: 0px;
    display: grid;
}
.custom-loader.is-active {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.custom-loader.is-active:after,
.custom-loader.is-active:before {
    display: block;
}

.custom-loader::before,
.custom-loader::after {
    content: "";
    grid-area: 1/1;
    border: 8px solid;
    border-radius: 50%;
    border-color: #766df4 #766df4 #0000 #0000;
    mix-blend-mode: darken;
    animation: s4 4s infinite;
}
.custom-loader::after {
    border-color: #0000 #0000 #e4e4ed #e4e4ed;
    animation-direction: reverse;
}

@keyframes s4 {
    100% {
        transform: rotate(1turn);
    }
}

.img-gracias {
    width: 100%;
    margin-top: -178px;
}
.secc-top-gracias {
    margin-top: 120px;
}
.card-mapa-modal {
    height: 566px;
    background-color: red;
    box-shadow: 0px 3px 6px #00000029;
    border: 10px solid #fff;
}
.div-top-right-modal {
    top: -3px !important;
    right: 6px !important;
    width: 99% !important;
    height: 99% !important;
    z-index: 0 !important;
}
.titulo-modal-17-size-58 {
    color: #171717;
    font-size: 2.5rem;
}
.accordion-item-border-bottom {
    border: 0px;
    border-bottom: 1px solid #707070d6 !important;
    border-radius: 0px !important;
}
.acordion-size-header {
    font-size: 1rem;
    color: #171717;
}
.li-icon-rojo i {
    color: #ff0000;
}
.input-border-right-cero {
    border-right: 0px !important;
    border-radius: 10px 0px 0px 10px !important;
}
.btn-correo-group,
.btn-correo-group:hover {
    background-color: transparent !important;
    border: 1px solid #a7a7a7;
    border-left: 0px !important;
    border-radius: 0px 10px 10px 0px;
    font-size: 25px;
}
.d-group-correo {
    width: 100%;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
}
.div-items-dos-fecha {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.div-item-desde,
.div-item-hasta {
    width: 47%;
}
.col-padding-right-filtro {
    padding-right: 0rem;
}

.input-filtos {
    border-bottom: 1px solid #a7a7a7 !important;
    border: 0px;
    border-radius: 0px;
    color: #171717;
    font-family: Ubuntu-Regular;
    font-size: 0.875rem;
    background-color: transparent;
}
.div-select-filtro .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #a7a7a7 !important;
    border: 0px !important;
    border-radius: 0px !important;
    color: #171717 !important;
    font-family: Ubuntu-Regular !important;
    font-size: 1rem !important;
}
.btn-filtar {
    background-color: #e0e0e0;
    border-radius: 6px;
    color: #707070;
    font-family: Ubuntu-Bold;
}
.btn-reportes,
.btn-reportes:hover,
.btn-reportes:active {
    background-color: #001c46;
    color: #fff;
    font-family: Ubuntu-Bold;
    font-size: 14px;
    border-radius: 0px;
}
.titulo-insti {
    font-size: 25px;
    color: #707070;
}
.color-filtros-plomo {
    color: #707070 !important;
    font-size: 0.875rem !important;
}
.btn-iconos-edit-borrar {
    background-color: transparent;
    color: #001c46;
    border: 0px;
    font-size: 20px;
}
.div-absolute-iconos-edit {
    position: absolute;
    right: 20px;
    top: 70px;
}
.h5-modal-insti {
    color: #707070;
    font-size: 25px;
}
.modal-insti-padding {
    padding-left: 80px;
    padding-right: 80px;
    border-bottom: 1px solid #707070;
    padding-bottom: 80px;
}
.input-insti-modal {
    border: 1px solid #a7a7a7 !important;
    border-radius: 10px;
    color: #171717;
    font-family: Ubuntu-Regular;
    font-size: 1rem;
    background-color: transparent;
}
.titulo-footer-asis {
    color: #171717;
    font-size: 35px;
}
.img-absolute-asesor {
    position: absolute;
    right: 17%;
    bottom: 0;
    height: 85%;
    mix-blend-mode: multiply;
    display: none;
}
.secc-asesor-insti {
    padding-top: 100px;
    padding-bottom: 70px;
}
.color-azul-acordeon {
    color: #001c46 !important;
}
.dropdown-padding-menu {
    padding: 18px 20px;
    font-size: 18px !important;
}
.dropdown-padding-menu:hover {
    background-color: #ffbe00;
    color: #171717;
    border: 0px;
}
.dropdown-menu-sin-radius {
    border-radius: 0px !important;
}
.institucional-form {
    background-color: #001c46;
}
.li-border-right-blanco {
    border-right: 1px solid #fff;
}
.div-materiales-peligroso {
    background-color: #e2e2e2;
    padding: 30px 30px;
    border-radius: 20px;
}
.btn-ancho-tablet,
.btn-ancho-tablet-paquete {
    width: 80%;
}
.iframe-embalaje {
    width: 100%;
    height: 40vh;
}
.card-scroll-table {
    overflow-x: scroll;
}
.card-scroll-table table {
    width: 100%;
}
.ver_detalle {
    cursor: pointer;
}
.nav-tabs-institucional .nav-link {
    width: 100% important;
}
.title-modal-size-30 {
    font-size: 30px !important;
}
.div-scroll-table-tabs {
    overflow-x: scroll;
}

@media screen and (min-width: 768px) {
    .div-materiales-peligroso {
        padding: 30px 59px;
    }
    .div-resuemn-grid-tres-insti {
        grid-template-columns: repeat(2, 1fr);
    }
    .d-group-correo {
        width: 60%;
        margin: 0 auto;
    }
    .secc-top-gracias {
        margin-top: 160px;
    }
    .img-gracias {
        width: 70%;
        margin-top: -222px;
    }
    .btn-eliminar-absolute {
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 40%;
    }
    .add-documento {
        font-size: 1rem;
    }
    .div-ancho-login {
        width: 43%;
    }
    .div-items-tres-footer {
        grid-template-columns: repeat(3, 1fr);
    }
    .div-items-tres-subfooter {
        grid-template-columns: repeat(3, 1fr);
    }
    .img-modal-margin-size {
        width: 45%;
    }
    .div-item-dos-botones {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-row:nth-child(1) {
        grid-column-start: span 2;
    }
    .grid-row:nth-child(5) {
        grid-column-start: span 2;
    }
    .img-exitoso {
        margin-top: -260px;
    }
    .div-card-top-exitoso {
        margin-top: 200px;
    }
    .div-grid-dos-btn-envio {
        grid-template-columns: repeat(2, 1fr);
    }
    .div-wight-btn-resumen {
        width: 80%;
    }
    .div-resuemn-grid-tres {
        grid-template-columns: repeat(2, 1fr);
    }
    .div-descrip-resumen {
        width: 90%;
    }
    .div-flex-cuadro-resumen {
        justify-content: center;
    }
    .div-datos-resumen {
        width: 40%;
    }
    .div-descrip-cantidad-envio {
        width: 80%;
    }
    .div-grid-descrip-envio {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px;
    }
    .div-wight-btn-envio {
        width: 60%;
    }
    .div-campo-ancho-form {
        width: 40%;
    }
    .div-campo-descrip-form {
        width: 55%;
    }
    .div-caja {
        width: 25%;
        margin: 0 0;
    }
    .div-campo-caja {
        width: 70%;
    }
    .div-progress-paquete {
        width: 50% !important;
    }
    .div-grid-paquete {
        grid-template-columns: repeat(2, 1fr);
    }
    .div-progress-destino {
        width: 40% !important;
    }
    .div-enlaces-tipo,
    .progress {
        width: 60%;
    }
    .div-grid-servicio {
        grid-template-columns: repeat(2, 1fr);
    }
    .div-footer-grid-tres {
        grid-template-columns: repeat(3, 1fr);
    }
    .div-nav-logo {
        width: 20%;
    }
    .div-logo-footer {
        width: 40%;
    }
    .div-linea-azul-cotizacion {
        width: 25%;
    }
    .div-form {
        grid-template-columns: repeat(2, 1fr);
    }
    .div-row-form {
        grid-template-columns: repeat(3, 1fr);
    }
    .div-campo-completo:nth-child(3) {
        grid-column-start: span 2;
    }
    .div-card-item-cotizacion {
        grid-template-columns: repeat(3, 1fr);
        padding-left: 40px;
    }
    .card-height-login {
        height: 50vh !important;
    }
    .btn-ancho-tablet {
        width: 25%;
    }
    .btn-ancho-tablet-paquete {
        width: 60%;
    }
    .nav-tabs-institucional .nav-link {
        width: auto important;
    }
}
@media screen and (min-width: 1024px) {
    .div-scroll-table-tabs {
        overflow-x: initial;
    }
    .nav-tabs-institucional .nav-link {
        width: 20% !important;
    }
    .iframe-embalaje {
        height: 55vh;
    }
    .div-resuemn-grid-tres-insti {
        grid-template-columns: repeat(3, 1fr);
    }
    .img-gracias {
        margin-top: -210px;
    }
    .card-height-login {
        height: 65vh !important;
    }
    .div-items-tres-footer {
        grid-template-columns: repeat(2, 1fr);
    }
    .div-item-75-porciento {
        width: 73%;
        margin: 0 auto;
    }
    .div-card-top-exitoso {
        margin-top: 160px;
    }
    .div-flex-cuadro-resumen {
        justify-content: space-between;
    }
    .div-descrip-resumen {
        width: 68%;
    }
    .div-datos-resumen {
        width: 30%;
    }
    .div-progress-paquete {
        width: 50% !important;
    }
    .div-grid-paquete {
        grid-template-columns: repeat(4, 1fr);
    }
    .div-informacion-destino {
        width: 27%;
    }
    .div-campo-destino {
        width: 60%;
    }
    .div-label-destino {
        width: 13%;
        padding-top: 10px;
    }
    .div-logo-footer {
        width: 60%;
        margin: 0 0;
    }
    .div-logo-footer {
        width: 75%;
        margin: 0 0;
    }
    .div-nav-logo {
        width: 14%;
    }
    .div-nav-lista {
        display: block;
    }
    .btn-navbar-menu {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .img-absolute-asesor {
        display: block;
    }
    .col-padding-right-filtro {
        padding-right: 2rem;
    }
    .link-modal-informacion {
        position: absolute;
        right: -38%;
        top: 12px;
        z-index: 1;
        margin-top: 0px;
    }
    .div-items-tres-footer {
        grid-template-columns: repeat(3, 1fr);
    }
    .div-card-top-exitoso {
        margin-top: 200px;
    }
    .div-card-item-cotizacion {
        padding-left: 20px;
        padding-right: 50px;
    }
}
@media screen and (min-width: 1300px) {
    .div-card-item-cotizacion {
        padding-left: 40px;
        padding-right: 50px;
    }
}

.normal-padding-form-control {
    padding: 0.375rem 0.75rem !important;
    border: 1px solid #a7a7a7 !important;
}

.input-group-text {
    border-radius: unset !important;
}

/* .custom-arrow-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
} */

.custom-arrow-select::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    transform: rotate(45deg);
    pointer-events: none;
}

.price_tag {
    /* color: #dc3545; */
    font-weight: 600;
    font-size: 1.3rem;
}

.div-absolute-price {
    position: absolute;
    right: 20px;
    top: 35px;
}

.h2-heading-title {
    color: #20415a;
    font-family: "Ubuntu", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: center;
}

.tabla-resultado-institucional tr td,
.tabla-resultado-institucional tr th {
    font-size: 0.8rem !important;
}

/*
Styles related DIRECTLY with jQuery-simple-pagination
*/
.simple-pagination-page-numbers a {
    display: block !important;
    float: left;
    width: 2rem;
    text-align: center;
    color: #216ed9 !important;
    text-decoration: none !important;
}

.simple-pagination-page-numbers a h1 {
    padding: 2rem;
    color: #216ed9;
    text-align: center;
}
.simple-pagination-page-numbers a:hover {
    text-decoration: underline;
}

a[class^="simple-pagination-navigation-"]
    + a[class^="simple-pagination-navigation-"] {
    margin-right: 0;
}

a[class*="simple-pagination-navigation-disabled"] {
    color: black;
    cursor: default;
}

.my-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.my-navigation div {
    float: left;
}
.my-navigation div + div {
    margin-left: 0.5rem;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100% !important;
    --bs-modal-width: 100% !important;
    height: 100%;
    margin: 0 !important;
}

.ver_foto {
    font-size: 1.4rem !important;
    cursor: pointer;
}

.content_img_detalle {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.div-content {
    padding-bottom: 100px;
}
