@font-face {
    font-family: Archivo;
    src: url('../fonts/Archivo.ttf') format('truetype');
}

@font-face {
    font-family: Allerta;
    src: url("../fonts/Allerta.ttf") format("truetype");
}

@font-face {
    font-family: Saira;
    src: url('../fonts/SairaExtraCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: SairaBold;
    src: url('../fonts/SairaExtraCondensed-Bold.ttf') format('truetype');
}

@keyframes rotacion {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotacion {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes suAtencion {
	0% {
		box-shadow: 0 0 rgba(#61EF61, 1);
	}

	100% {
		box-shadow: 0 0 8px 15px transparent;
		border-width: 2px;
	}
}

/* CHROME AUTOFILL */
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-text-fill-color: Gray;
  box-shadow: DimGray;
  -webkit-box-shadow: DimGray; /* 0 0 0px 1000px #000 inset;
  transition: background-color 5s ease-in-out 3s; */
}

.thumb {
    display: block;
    min-height: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.social-top {
    height: unset;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(90deg);
    left: 5px;
    position: absolute;
    top: 1em;
}

.dropdown-submenu .dropdown-menu {
    top: 20px;
    margin-left: -90px;
}

.ui-datepicker-trigger {
    border: none;
    background: none;
}

.popover {
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    border-radius: 3px;
    border-width: 1.2px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    color: #444;
}

/* <!-- Estilos Personalizados PERFIT - Inicio --> */
div.p-body {
    /* Color de fondo del formulario */
    background-color: #FFFFFF;
}

.p-optin div.p-header,
.p-optin .p-body button,
button.p-open {
    /* Color de fondo de encabezado y botón */
    background: #00AEE8;

    /* Color de texto de encabezado y botón */
    color: #FFFFFF;
}

.p-optin .p-body button:hover,
button.p-open:hover {
    /* Color hover de botón */
    background: #00AEE8;
    opacity: 0.8;
}

.p-optin div.p-body p,
.p-optin div.p-field label span,
.p-optin .p-body .p-success {
    /* Color de texto del formulario */
    color: #696969;
}

div.p-field input {
    font-family: 'Poppins', sans-serif;
    color: #696969;
}
/*
.p-optin div.p-header {
    /* Imagen encabezado * /
    background-image: url(https://...);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    background-color: #ffffff;
}
*/
/* <!-- Estilos Personalizados PERFIT- Fin--> */
/* FORM CONTACTO */
.contact-form-style-03 input,
.contact-form-style-03 textarea {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 10px 0;
    max-width: 100%;
    resize: none;
    border-radius: 12px;
    font-family: "Allerta";
}

/* Formatea las solapas */
/* Solapas principales */
.nav-main > .nav-tabs > li > a.show {
    border-bottom: 1px solid red;
    color: blue;
}

.nav-main > .nav-tabs .nav-link.active:focus {
    border-bottom: 1px solid red;
    color: blue;
}

.nav-main .nav-item:hover {
    background-color: #ddd;
}

/* Barra consulta */
.nav-consulta > .nav-tabs > li > a.show {
    border-bottom: 1px solid red;
    color: blue;
    background-color: rgba(129, 184, 255, 0.16);
}

.nav-consulta > .nav-tabs .nav-link.active:focus {
    border-bottom: 1px solid red;
    color: blue;
}

.nav-consulta .nav-item:hover {
    background-color: #ddd;
}

/* Barra modificaciones */
.nav-modif > .nav-tabs > li > a.show {
    border-bottom: 1px solid red;
    color: blue;
    background-color: rgba(53, 197, 0, 0.16);
}

.nav-modif > .nav-tabs .nav-link.active:focus {
    border-bottom: 1px solid red;
    color: blue;
}

.nav-modif .nav-item:hover {
    background-color: #ddd;
}

@media all and (min-width: 1024px) {
    #otros a {
        display: block;
        width: 200px;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
    }
}

@media all and (min-width: 1360px) {
    #otros {
        width: 600px;
        display: inline-flex;
        flex-direction: row;
        margin-right: -165px;
    }

    #otros a {
        display: block;
        width: auto;
        margin-right: 20px;
        word-break: keep-all;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px !important;
    }
}

@media all and (min-width: 1360px) {
    #otros {
        display: inline-flex;
        flex-direction: row;
    }
}

/* CAROUSEL NEWS*/
.carousel {
    height: 380px !important;
    width: 320px !important;
    display: block !important;
    overflow: hidden !important;
}

.carousel-inner {
    overflow: visible !important;
}

.carousel-inner > .item > img {
    height: 355px !important;
    margin: auto !important;
    position: relative !important;
    box-shadow: 6px 7px 5px #000000 !important;
}

/* BARRA GENERAL DE NAVEGACION */
/* Cambia el color al switch del filtro */
.filtrosw > .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #03bb15;
    background-color: #2dcc19;
}

.cont-result {
    border-color: rgba(127, 127, 127, 0.25);
    border-bottom: 1px solid rgba(127, 127, 127, 0.25);
    border-left: none;
    border-right: none;
    border-top-style: none;
}

/* CONTENEDOR DE MINIFICHAS */
#mostrarProductos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* MINIFICHA */
.minifi {
    max-height: 500px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-family: Archivo;
    color: #525252;
    max-width: 250px;
    min-width: 230px;

    @keyframes bulletsIn {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: .6;
        }
    }
}

.zona-bullets {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 20;
    display: none;
    opacity: 0.6;
    max-width: 33%;
    flex-direction: column;
    animation: bulletsIn 2s forwards;
    animation-delay: 1s;
    -moz-animation: bulletsIn 2s forwards;
    -moz-animation-delay: 1s;
    -webkit-animation: bulletsIn 2s forwards;
    -webkit-animation-delay: 1s;
}

.zona-bullets span {
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    max-width: 150px;
    display: block;
    flex-direction: column;
}

/*  labels productos  */
.zona-bullets  span.stock-label {
    color: #a9feff;
    background-color: #3883ff;
}

.zona-bullets  span.stock-label-sin-stock {
    background: #ff0303;
    color: #fff4b6;
}

.zona-bullets  span.outlet-label {
    background-color: #404040;
    color: #fff3cf;
}

.zona-bullets span.oferta-label {
    background-color: #f918ff;
    color: #cff9ff;
}

.zona-bullets span.top-label {
    background-color: #63e25c;
    color: #20431f;
}

.zona-bullets span.destac-label {
    color: #f2de38;
}

.zona-bullets span.destac-label i {
    position: fixed;
    z-index: 50;
    top: 0px;
    text-shadow: 0.1px 0.1px 3px #52490b;
    right: 5%;
}

.carrito {
    text-align: right;
    position: fixed;
    z-index: 90;
    display: block;
    right: 0px;
    margin-top: 185px;
}

.carrito .btn i {
    font-size: 31px;
    color: #363636;
}

.carrito .btn {
    font-family: inherit;
    margin-right: 10px;
    background-color: #ffffff40;
}

.minifi .imgppal {
    text-align: center;
    cursor: pointer;
}

.minifi .prodID {
    color: #0092d3;
    margin-top: 10px;
    font-family: inherit;
    font-weight: bold;
    width: 100%;
    font-size: 17px;
    display: flex;
    object-fit: scale-down;
    overflow: hidden;
    float: left;
}

.minifi .prodID a {
    color: #007b9e;
    transition: color 1s;
}

.minifi .prodID a:hover {
    color: #e30202;
    text-decoration: none;
    transition: color 1s;
}

.minifi .logoMarca {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 81px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
}

.minifi .logoMarca img {
    max-height: 70px;
    position: relative;
    z-index: 20;
    display: flex;
}

.minifi .descripcion {
    font-size: 16px;
    font-family: inherit;
    margin-top: 10px;
    height: 68px;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.minifi .preciosBtn {
    border-radius: 8px;
    font-size: 13px;
    width: 40px;
    height: 15px;
    margin-top: 5px;
    line-height: 12px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    border: 1px solid #bbbbbb;
}

.minifi .preciosVal {
    display: flex;
    justify-content: center;
    font-family: Saira;
    font-size: 26px;
    text-align: center;
    line-height: 20px;
}

.minifi .stockTit {
    font-family: Allerta;
    font-size: 14px;
    color: #0095d4;
}

.minifi .stockCant {
    color: #0095d4;
    font-family: SairaBold;
    font-size: 20px;
    line-height: 18px;
}

.monedaBtns {
    display: inline-flex;
    flex-direction: column;
    float: right;
    justify-content: center;
    color: #959595;
}

/* */
textarea {
    resize: none;
}

/* LAZYLOAD carga solo imagenes que estan por aparecer en el viewport */
img.lazyload:not([src]) {
    visibility: hidden;
}

/* JQUERY-UI controles */
.ui-widget {
    font-size: .6em;
}

.ui-button {
    padding-top: 4px;
}

/* JQUERY-UI tooltips */
.ui-tooltip {
    background: #FBF08E;
    opacity: .8;
    font-family: 'Archivo' important!;
    font-size: 12px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.6);
}

/* 
#btnFiltro {
}
 */
.ui-selectmenu-button.ui-button {
    height: 2em;
}

/* BARRA RESULTADOS */

#barraResultados .btn.btn-lg {
    font-size: 12px;
    color: #989898;
    padding: 0;
    margin-left: 5px;
    margin-right: 10px;
}

@media all and (max-width: 420px) {
    #barraResultados > div {
        flex-direction: column;
        justify-content: center;
    }
}

#datosResultados {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    top: 0px;
    z-index: 10;
    transition: top 1s;
    background-color: #ebebeb;
}

/* JQUERY-UI limita el largo de las listas desplegables */
.overflow {
    max-height: 400px;
}

/* FICHA DEL PRODUCTO COMPLETA */
.frame-ficha {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(8, 46, 84, 0.9);
    text-align: center;
    z-index: 1000;
    transition: opacity 1s;
    display: block; 
    overflow: auto;
}

#infoProd input,
#descrip textarea,
#carritoBtn input {
    color: #555;
    font-family: 'Archivo', sans-serif;
}

#carritoBtn .icofont-cart-alt {
    font-size: 31px;
}

.frame-ficha .row {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.frame-ficha .frame-ficha-show {
    visibility: visible;
    opacity: 1;
}

.ficha-container {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    min-width: 320px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.63);
}

.frame-ficha .container-fluid {
    display: flex;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.ficha-titulo {
    height: 32px;
    background-color: #005d85;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.ficha-titulo p {
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    font-family: Sans;
    float: left;
    margin-left: 14px;
    margin-top: 3px;
}

.frame-ficha-close {
    position: relative;
    color: #cccccc;
    z-index: 210;
    float: right;
    font-size: 21px;
    background-color: #c30000;
    padding-right: 7px;
    padding-left: 7px;
    border-top-right-radius: 16px;
    padding-top: 1px;
}

.tab-contenido {
    height: 100%;
}

.datoEtiqueta {
    margin-top: 10px;
}

.datoEtiqueta .input-group-addon {
    background-color: #f0f0f0;
    width: 80px;
    border: 0px solid;
    color: #298bff;
    font-weight: bold;
    text-align: right;
}

.datoEtiqueta .form-control {
    width: 90%;
    border: 0px solid;
    background-color: #ffffff;
}

#moneda {
    z-index: 15;
    position: absolute;
    bottom: 10px;
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    left: 190px;
    width: 100px;
}

#moneda .btn {
    font-size: 16px;
    padding: 0px;
    margin: 0px 5px;
}

#fichaLogo {
    position: absolute;
    z-index: 15;
    margin-top: 17px;
    margin-left: 230px;
}

#fichaLogo img {
    max-width: 200px;
    max-height: 85px;
}
/*.carrito .btn {
    font-family: inherit;
    margin-right: 2px;
    border: 0 solid;
    i {
        font-size: 31px;
        color: #363636;
    }
}*/

#carritoPedido input {
    width: 66px;
    font-size: 22px;
    margin-left: 3px;
    margin-right: 3px;
}

#carritoPedido .icofont {
    font-size: 18px;
}

#carritoPedido .btn {
    padding: 0px;
    height: 34px;
}

#descrip textarea {
    font-weight: bold;
    background-color: #ffffff;
}

.botonWhatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    opacity: 0.75;
    text-decoration: none;
    z-index: 100;
    bottom: 33%;
    right: 16px;
    text-align: center;
}

.my-whtapp {
    font-size: 40px;
    position: relative;
    top: 8px;
    left: 1px;
}

/* CAPTCHA */
#formContacto {
    padding-right: 0;
    padding-left: 0;
}

#contacto .container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.enviaConsulta {
    display: flex;
    justify-content: center;
    opacity: 0.2; /* ACTIVA/DESACTIVA */
}

/*
.captchaCont #captchaSize {
}
*/
.captchaTit {
    text-align: center;
}

.captchaImg {
    cursor: pointer;
    padding-left: 0; /* Movible */
}

.captchaImg #captchaTick {
    color: #008f1c;
    display: none; /* block; para activar */
    position: absolute;
    z-index: 100;
    margin-top: -30px;
    margin-left: 5px;
    font-size: 25px;
}

#contactResult {
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #e5ecf9;
    color: #007141;
}

/* ==============================================
*/
/* START REVOLUTION LAYERS STYLES */
.tiny_bullet_slider .tp-bullet:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 25px;
    top: -12px;
    left: 0px;
    background: transparent;
}

.prod_slider_wrapper {
    width: 100%;
    max-height: 400px;
}

#rev_slider_26_1 .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
}

#rev_slider_26_1 .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#rev_slider_26_1 .uranus.tparrows:hover:before {
    opacity: 0.75;
}

/* 
.bullet-bar.tp-bullets {
} 
*/

.bullet-bar.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}

.bullet-bar .tp-bullet {
    width: 60px;
    height: 3px;
    position: absolute;
    background: #aaa;
    background: rgba(204, 204, 204, 0.5);
    cursor: pointer;
    box-sizing: content-box;
}

.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
    background: rgba(204, 204, 204, 1);
}

/* END REVOLUTION LAYERS STYLES */
/* Reescribe estilos bootsnav.css */
nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
nav.navbar.bootsnav.no-background.white ul.nav > li > a,
nav.navbar.bootsnav.no-background.dark .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a,
nav.navbar.bootsnav.no-background.dark ul.nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

nav.navbar.bootsnav.navbar-transparent .attr-nav {
    height: 60px;
}

nav.navbar.bootsnav.navbar-transparent.white,
nav.navbar.bootsnav.navbar-transparent.dark {
    height: 60px;
}

@media (max-width: 1023px) {
    nav.navbar.bootsnav .navbar-header {
        padding-right: 6px;
    }

    div.attr-nav {
        display: table;

        /*padding-right: 1px;
        margin-right: 6px; */
    }

    nav.navbar.bootsnav .navbar-collapse {
        background-color: #fff;
    }
}
@media (min-width:1200px){
    .lg-float-left {
        float: left!important;
    }
}
@media (max-width: 992px) {
}

@media (max-width: 767px) {
}

@media (max-width: 350px) {
    .attr-nav > ul > li > a {
        padding: 0px;
    }

    div.attr-nav {
        margin-right: 12px !important;
    }
}

div.attr-nav {
    padding-right: 1px;
    margin-right: 8px;
    height: 60px !important;
    z-index: 111;
    width: auto !important;
}

/* FIN de reescribe bootsnav.css */
.orden-down {
    transform: rotate(90deg);
    color: #01c323;
}

.orden-up {
    transform: rotate(-90deg);
    color: #01c323;
}

#cargando {
    animation: rotacion 2s infinite linear;
    -webkit-animation: rotacion 2s infinite linear;
    color: #00bd33;
    font-size: 17px;
    position: absolute;
    z-index: 20;
}

#logueando {
    animation: rotacion 2s infinite linear;
    -webkit-animation: rotacion 2s infinite linear;
    color: #00bd33;
    font-size: 17px;
    z-index: 20;
    position: absolute;
    left: 134px;
    bottom: 45px;
}

/* MODAL */
#textoModalLink {
    font-weight: bold;
    font-size: 16px;
    font-family: Archivo;
    color: gray;
    height: 32px;
}

.btn-fun > i {
    font-size: 32px;
}

.btn-fun > p {
    font-family: Archivo;
    font-size: 13px;
    margin: 0;
}

/*Menu usuario*/
.lateral-der {
    position: fixed;
    z-index: 1000;
    width: 300px;
    top: 60px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.89);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-top: 16px;
    right: -303px;
    transition: right 800ms cubic-bezier(0.55, 0.02, 0.03, 0.97);
}

.lateral-der .loginText {
    color: #848484;
    font-family: SairaBold;
    font-size: 26px;
    text-decoration: none;
}

.lateral-der .loginText:hover {
	-webkit-transition: color 2s;
    transition: color 2s;
	color: #9D54BE;
}

.lateral-der .prox {
    color: #848484;
    text-decoration: none;
    font-family: SairaBold;
    font-size: 26px;
}

.lateral-der .prox:hover {
    -webkit-transition: color 2s;
    transition: color 2s;
    color: #023460;
    font-style: italic;
}

.lateral-der .loginName {
    color: #848484;
    font-family: Saira;
    font-size: 26px;
    text-decoration: none;
    word-break: break-all;
}

.lateral-der .razSocial{
    font-family: saira;
    color: #8a8a8a;
    font-size: 16px;
}

.logoUser {
    border-radius: 10px;
    border: 2px solid #e6e6e6;
    background-color: #5a5a5a;
    font-size: 64px;
}

.userTools {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.userTools i {
    font-size: 30px;
}

.userTools > div a {
    text-decoration: none;
}

.userTools #userFavs {
    color: #a6b500;
}

.userTools #userRma {
    color: #707070;
}

.userTools #userCont {
    color: #02832c;
}

.userTools #userCons {
    color: #0075c5;
}

.atXfavor {
    border-radius: 50%;
    animation: suAtencion 2s ease infinite;
    box-shadow: 0px 0px 6px #fffdc0;
}

.icoLogged {
    margin-bottom: 3px;
    border-radius: 50%;
    padding: 3px 3px 4px !important;
    background-color: #ffb300;
    font-size: 16px;
    transition: opacity 500;
    text-shadow: 1px 2px 5px #ffffff;
    background-image: linear-gradient(35deg, rgb(240, 178, 85) 19.6357%, rgb(240, 229, 85) 34.6983%, rgb(240, 193, 41) 73.1542%);
    color: #dd5f30 !important;
    border: 2px solid #dca305;
}

.loginForm {
	display: block;
    text-align: center;
    color: #a6a6a6;
    font-family: SairaBold;
    font-size: 25px;
	overflow: hidden;
	opacity: 100;
	transition: opacity 600;
}

.loginForm #loginMessage{
    height: 200px;
    display: inline-flex;
    font-family: Allerta;
    font-size: 16px;
    overflow: auto;
    text-align: left;
}

.loginForm .control-label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin-top: -5px;
}

.control-in {
    color: gray !important;
    font-family: Allerta;
    font-size: 16px;
    margin-top: -7px;
    background-color: #ffffff !important;
}

.control-in::placeholder {
    /* color: #d8d8d8 !iportant; */
    opacity: 0.2;
}

.loginForm #loginResult {
    position: absolute;
    bottom: 45px;
    line-height: 14px;
    font-family: sairabold;
    color: #ff0000;
    right: 40px;
}


.nocv {
    display: none !important;
}

.softInOut {
    transition: opacity 1s ease-in-out, height 1s step-start;
}

.oculto {
    opacity: 0;
	overflow: hidden;
	transition-timing-function: ease-in-out, step-end;
}

.mensajeU {
    padding-left: 5px;
    padding-right: 5px;
    font-family: Archivo;
    font-size: 16px;
    color: #d6d3b0;
    border-radius: 14px;
    background-color: rgba(0, 29, 67, 0.51);
    overflow: auto;
    display: block;
}

.mensajeU p,
h5 {
    margin-bottom: 2px;
    margin-top: 0;
}

@media (min-width:1200px){
    .lg-display-none {display:none !important;}
}

.dolarTit{
    width: 130px;
    padding: 2px 0 0;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
    font-family: Archivo;
    font-weight: bold;
    background-color: #ececec;
    border-radius: 11px;
    color: #579bd8;
    text-align: center;
    font-size: 11px;
}

.dolarCot {
    font-family: Sans;
    font-size: 12px;
    color: #0b4d00;
}

.dolarCot::before {
  content: "$ ";
}

.marcoCot {
    display: none; /* o inline-flex */
}

.requerido::after {
    content: " *";
    color: #ff5656;
    font-family: sans;
}

.progress {
  margin: 5px auto;
  padding: 2px;
  width: 100%;
  max-width: 500px;
  border: 3px solid #05e35e;
  height: 18px;
}

.progress .progress__bar {
  height: 100%;
  width: 0%;
  background-color: #05e35e;
  animation: fill-bar 5s infinite;
  animation-play-state: paused;
}

@keyframes fill-bar {
  from {width: 0%;}
  to {width: 100%;}
}

.backBlue {
    background-color:  #001cff;
}

.pedInput {
    border-radius: 11px !important;
    color: #121212 !important;
    background-color: #ffffff !important;
}

.badgeCarCount {
    background-color: #d80000;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 69px;
    z-index: 20;
    right: 20px;
    opacity: 0;
    border-radius: 31px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 2s;
    padding: 0;
}