/* 
    Created on : 30/04/2020, 11:18:23 AM
    Author     : Axel Durand www.axeldurand.com
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html{
    scroll-behavior: smooth;
}

html, body {
    font-weight: 400;
    height: 100%;
    color: #181818;   
    font-size: 16px;
    font-family: 'Roboto','Verdana', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
}

a,
a:hover{
  color: var(--color-I);
}

.form-text{
    line-height: 1.25em;
}

.btn{
  border-radius: 0;
}

.btn-primary{
    background-color: var(--color-I) !important;
    border-color:  var(--color-I) !important;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-outline-primary{
    border-color:  var(--color-I) !important;
    color:  var(--color-I) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
    background-color: var(--color-I) !important;
    border-color: var(--color-I) !important;
    color:  white !important;
}

.btn-sin{
  background: none;
  border: none;
  color: var(--color-I);
}

.display-none{
    display: none;
}

.text-primary{
    color: var(--color-I) !important;
}

.bg-I{
    background: #f3f3f3;
}

.bg-II{
    background: #ededed;
}

.bg-primary{
  background-color: var(--color-I) !important;
}

.bg-green{
  background-color: #009534 !important;
}
.bg-blue{
  background-color: #0c71c3 !important;
}
.bg-orange{
  background-color: #ed5e00 !important;
}
.bg-dark-blue{
  background-color: #003f6d !important;
}

.f-400{
  font-weight: 400 !important;
}
.f-800{
  font-weight: 800 !important;
}

.f-5{
  font-size: 5em;
}
.f-4{
  font-size: 4em;
}
.f-3{
  font-size: 3em;
}
.f-2{
  font-size: 2em;
}

/* .navbar-light{
  background-color: var(--color-I) !important;;
}
.navbar-light .navbar-nav .nav-link{
  color: #fff!important;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #fff!important;
}

.navbar-light .navbar-nav .nav-item.active .nav-link{
  color: #FFF!important;
} */

.navbar-light .navbar-brand{
  text-indent: -9999px;
  width: 200px;
  height: 80px;
  background: url('../img/tiendas/1/logo/Logo.svg') no-repeat left center;
    background-size: contain;
}

.navbar-light .navbar-nav .nav-item{
  width: auto;
  display: inline-block;
  /* margin: 0 auto; */
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-light .navbar-nav .nav-item:hover{
  background: var(--color-I);
}
.navbar-light .navbar-nav .nav-item:hover .nav-link{
  color: #FFF !important;
}

.navbar-usr .form-inline{
  position: relative;
  float: right;
  margin-right: 10px;
}
.navbar-usr .form-inline .form-control{
  border-radius: 25px;
  border: none;
}
.navbar-usr .form-inline .btn{
  position: absolute;
  top: 3px;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background-color: #000;
  color: #FFF;
}

.navbar-light .navbar-toggler{
  color: var(--color-I) !important;
  border:none;
  width: 44px;
  height: 35px;
  font-size: 1.8em;
}

.navbar-light .btn-mainmenu{
  color: #FFF;
  font-size: 1.5em;
  padding: 0 5px;
  position: relative;
  float: right;
  margin-left: 10px;
}
.navbar-light .btn-mainmenu .Qty_Text{
  position: absolute;
  top: 0;
  right: -5px;
  width: 20px;
  height: 20px;
  color: #FFF;
  background: #000;
  border-radius: 50%;
  text-align: center;
  font-size: .5em;
  font-weight: 700;
}
.navbar-light .btn-mainmenu .usr-name{
  font-size: .75em;
}
.navbar-light .btn-mainmenu i{
  font-size: 1.2em;
}
.navbar-light .btn-mainmenu:hover{
  text-decoration: none;
}

.custom-control-label::before,
.custom-control-label::after{
  width:20px;
  height:20px
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
}

#progressbar {
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar #bc-1:before {
    font-family: FontAwesome;
    content: "\f30d"
}

#progressbar #bc-2:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #bc-3:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #bc-4:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.aside-catalogo h5{
  font-weight: 400;
  font-size: 14px;
}

.nav-aside{
  margin: 0;
}
.nav-aside ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-aside ul li a,
.nav-aside ul li button{
  display: block;
  padding: .25em 0;
  font-size: 14px;
  color: #000;
}
.nav-aside ul li a:hover{
  background-color: #FFF;
  text-decoration: none;
}
.nav-aside ul li a.active{
  border-left: 2px solid var(--color-I);
}

.list-center {
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 100%;
}

.btn-card {
    position: relative;
    display: inline-table;
    width: 100%;
    transition: .3s;
    cursor: pointer;
    vertical-align: top;
    padding: 15px 20px 10px;
    border: 3px solid transparent;
    border-radius: 3px;
    background-color: #FFF;
    color: #102759;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 15px;
}
.btn-card i {
    display: inline-block;
    margin: 0 10px ;
    font-size: 3em;
    padding: 0;
}
.btn-card h3 {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0076c1;
    display: block;
    margin: 0;
}
.btn-card p{
    display: block;
    word-wrap: break-word;
    font-size: .75em;
    margin-bottom: 0;
}
.btn-card:hover {
  box-shadow: 0 0 2rem 0.8rem #dbdee6, 0 0 0 0.1rem #c2c7d5;
  border-color: #f9f9fa;
  text-decoration: none;
}

.producto-preview{
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border: none;
  text-align: left;
  border-radius: 0;
  position: relative;
  color: #181818;
}
.producto-preview .inner{
  height: 220px;
}
.producto-preview .titulo{
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
    line-height: normal;
}
.producto-preview .desc{
    font-size: .7em;
    line-height: 1.1em;
    text-align: left;
    margin: 0;
}
.producto-preview .oldprice,
.producto-info .oldprice{
  display: block;
  font-size: 1em;
  text-decoration: line-through;
  color: #6c757d;
  margin: 10px 0 -10px;  
}
.producto-preview .precio{
    display: block;
    min-height: 30px;
    text-align: left;
    font-weight: bold;
    color: #181818;
    font-size: 1.5em;
}
.producto-preview .precio span{
  font-size: 12px;
  vertical-align: super;
  padding-left: 2px;
}
.producto-preview:hover{
  background: #FFF;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  text-decoration: none;
  opacity: 1;
  color: #181818;
}
.producto-preview-novisible{
    opacity: .5;
}



.foto-preview{
    position: relative;
    display: block;
    margin: 0 auto;
}
.foto-preview button{
    position: absolute;
    top: -10px;
    left: -10px;
}

.fancybox{
    position: relative;
    display: block;
}
.blog-figure{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.blog-figure img{
    display: block;
    margin: 0 auto;
    padding: 0;
}
.blog-figure figcaption{
  color: #000;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}

.fancybox span{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: var(--color-I);
    opacity: .25;
}
.fancybox span .fa-search-plus{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fancybox:hover span{
    display: block;
}


.fancythumb{
  display: inline-block;
  position: relative;
  width: 145px;
  height: 145px;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}
.fancythumb img{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fancythumb .fa-search-plus{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.fancythumb:hover .fa-search-plus{
  display: block;
}

.tienda-header{
    background: #323232;
    color: #FFF;
}
.header-logo{
    position: relative;
    display: block;
    margin: 0 auto;
    width:130px;
    height: 130px;
    border: 3px solid #FFF;
    border-radius: 50%;
    overflow: hidden;
}
.header-logo img{
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tienda-header h1{
    font-size: 2em;
}
.tienda-header p{
    font-size: .8em;
}
.tienda-header a{
    color: #FFF;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 40px;
    text-align: center;
}
.qty .plus,
.qty .minus{
    padding-top: 2px;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: central;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: central;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-clip: padding-box;
}
.qty {
    text-align: center;
}
.minus:hover{
    background-color: var(--color-I) !important;
}
.plus:hover{
    background-color: var(--color-I) !important;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 2%;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background-color:white;
}

.cart-item{
    background: #FFF;
}
.cart-item .media-body{
    padding: 0 10px 0 0;
}
.cart-item p{
    display: block;
    width: 100%;
}
.cart-item img{
  max-width: 100px;
}
.cart-item .oldprice{
  display: block;
  font-size: .75em;
  text-decoration: line-through;
  color: #6c757d;
  margin: 0 0 -5px;
}

.card-pedido{
    display: block;
    width: 100%;
    text-align: left;
    /* font-size: .75em; */
    margin-bottom: 10px;
}
.card-pedido p{
    display: block;
    width: 100%;
}
.card-pedido .row{
    /* width: 100%; */
}

.breadcrumb{
    background: none;
    padding-left: 0;
}
.breadcrumb li a{
  color: var(--color-I);
}

.decimals{
  font-size: .5em;
  vertical-align: super;
  padding-left: 2px;
}

.search-form input{
  border: none;
  height: 60px;
  border-radius: 0;
}
.search-form button{
  height: 60px;
}

.footer{
  flex-shrink: 0;
  color: #FFF !important;
  margin: 0;  
  font-size: .85em;
}

.footer-1{
  position: relative;
  padding: 4em 0 1em;
  background-color: #081225;
  z-index: 100;
}
.footer-1:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url('../img/tiendas/1/kalpat-estacion.jpg') no-repeat center;
  opacity: .1;
  z-index: -1;
}
.footer-1 p{
  line-height: 1.25em;
}

.copy{
  background-color: #000000;
  margin: 0;
  padding: 20px 0;
}

.footer h4{
  color: #FFF;
  margin-top: 0;
  font-size: 1em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #316397;
}

.footer a{
  color: #FFF;
}

.footer-redes{
  margin: 0;
  padding: 0;
  text-align: left;
}
.footer-redes li{
  display: block;
  margin: 0 5px 0 0;
  border-bottom: 1px dashed #ccc;
  border-bottom-color: rgba(204,204,204,0.15);
}
.footer-redes li a{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
  padding: 0;
  color: #fff;
  font-size: 1.5em;

}
.footer-redes li a .fa-fw{
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 10px 0 0;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1em;
}
.footer-redes li a span{
  position: absolute;
  top: 15px;
  left: 60px;
}

.footer-redes li a:hover .fa.fw{
  color: #FFF!important;
  background-color: var(--color-I) !important;
  border-color: var(--color-I) !important;
}

.list-footer{
  font-size: 12px;
  font-weight: 400;
}
.list-footer li{
  border-bottom: 1px dashed #ccc;
  border-bottom-color: rgba(204,204,204,0.15);
}
.list-footer a{
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
}

.smol{
  font-size: 1em;
  text-indent: 10px;
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--color-I)
}

.logo-footer{
  max-width: 80%;
}


@media (min-width: 1280px){
    .wb-hero-img {
        top: -38%;
        left: -34%;
        width: 109%;
    }
    
    .btn-card{
        width: 100%;
    }
}

@media (max-width: 700px){
    .homepage{
        background-position-y: 0;
    }
    .hero-copy h1{
        font-size: 2em;
    }
    .btn-card{
        width: 100%;
    }
    
    h1{
        font-size: 2em;
    }
    
    #progressbar{
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    .estadisticas h5{
        font-size: 1em;
    }
}


.copyright{
    border-top: solid 1px rgba(140,133,255,.2);
    padding: 20px 0 0;
    color: #2f1c6a;
    font-size: .8em;
}

.h-100 {
    height: 100%!important;
}


/* DATEPICKER HACK */
#datepicker input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#datepicker .input-group-addon{
    padding: 4px 15px;
    background: #FFF;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 .25rem .25rem 0;
}
.datepicker table tr td.active.active{
    background-color: var(--color-I);
    background-image: none;
}






/* SWEETALERT 2 HACK */
.swal2-styled.swal2-confirm{
    background: var(--color-I);
}

.f-modal-alert {
  background-color: #fff;
  /* box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); */
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #A5DC86;
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 60px;
}
.f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #A5DC86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #F27474;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, 0.2);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #F27474;
  top: 37px;
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
  left: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #F8BB86;
}
.f-modal-alert .f-modal-icon.f-modal-warning:before {
  -webkit-animation: pulseWarning 2s linear infinite;
          animation: pulseWarning 2s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.f-modal-alert .f-modal-icon.f-modal-warning:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
          animation: animateSuccessTip .75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
          animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
          animation: animateErrorIcon .5s;
}

.animateXLeft {
  -webkit-animation: animateXLeft .75s;
          animation: animateXLeft .75s;
}

.animateXRight {
  -webkit-animation: animateXRight .75s;
          animation: animateXRight .75s;
}

@-webkit-keyframes animateSuccessTip {
  0%,54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0%,54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%,65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%,65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%,5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%,5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}



.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-I);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modo-admin{
  display: block;
  height: 20px;
  background-color: crimson;
  color: #FFF;
  text-align: center;
  font-size: .75em;
}

.navbar-light .nav-item-2{
  text-align: center;
  border-radius: 50%;
  padding: 0 5px 0 !important;
  border: 1px solid #dad9da;
  background-color: transparent;
  height: 46px;
  margin-left: 5px;
}
.navbar-light .nav-item-2:hover{
  border: 1px solid var(--color-I);
}

.navbar-light .nav-item-3{
  width: auto !important;
  height: 46px;
}

.card-tienda-preview-portal:hover{
  text-decoration: none;
}

.text-gratis{
  background-color: #00d1b2;
  padding: 10px 30px;
  color: #FFF;
  border-radius: 50px;
  font-weight: bold;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  float: none;
}

.list-redes{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  /* text-align: center; */
}

.list-redes li{
display: inline-block;
  margin: 0 auto;
}

.list-redes li a{
  display: inline-block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: var(--color-I);
  color:#FFF !important;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 2px;
}

.card-primary{
  background-color: var(--color-I);
  color: #FFF;
}
.card-warning{
  background-color: #ffc107;
  color: #FFF;
}
.card-danger{
  background-color: #dc3545;
  color: #FFF;
}
.card-success{
  background-color: #28a745;
  color: #FFF;
}
.card-default{
  background-color: #6c757d;
  color: #FFF;
}

.link-division{
  width: 445px;
  color: #FFF;
}
.link-division:hover{
  text-decoration: none;
  color: #FFF;
}
.link-division img{
  max-width: 50%;
  margin: 0 auto;
}
.link-division h2{
  font-size: 1.75rem;
}
.link-division .btn{
  border-color: #FFF;
  color: #FFF;
}


.actualidad-preview{
    position: relative;
    display: block;
    margin-bottom: 50px;
    border-radius: 0;
    background: #FFF;
}

.actualidad-preview .caption{
    background: #FFF;
    padding: 20px;
    height: 256px;
    transition: all 1s;
    transition-timing-function:cubic-bezier(0.55, 0.01, 0.11, 0.99)
}

.actualidad-preview .caption .titulo{
    position: relative;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 25px;
    max-height: 80px;
    overflow: hidden;
    color: var(--color-I);
    word-wrap: break-word;
}

.actualidad-preview .caption .bajada{
    font-size: 1rem;
    line-height: 1rem;
    max-height: 100px;
    overflow: hidden;
    color: #000;
}

.actualidad-preview .caption .fecha{
    font-size: 12px;
    color: #374042;
}

.actualidad-preview .mas{
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    position: relative;
    border-top: 1px solid #f3f3f3;
    background-color: #f8f8f8;
    height: 72px;
    border-radius: 0 0 5px 5px;
}

.actualidad-preview:hover{
    text-decoration: none;
}

.actualidad-preview:hover .caption{
    /* background: var(--color-I);
    color: #FFF; */
    text-decoration: none;
    transition: all 1s;
    transition-timing-function:cubic-bezier(0.55, 0.01, 0.11, 0.99)
}

.actualidad-preview figure{
    display: block;
    position: relative;
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.actualidad-preview figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.actualidad-preview figure:before{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-I); 
    opacity: 0;
    z-index: 10 !important;
    transition: all 1s;
    transition-timing-function:cubic-bezier(0.55, 0.01, 0.11, 0.99)
}

.actualidad-preview:hover figure:before{    
    opacity: .5;
}

.actualidad-preview figure img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-redes{
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #e0e1e6;
    color: #838488;
    display: inline-block;
    line-height: 35px;
    border-radius: 50px;
    font-size: 13px;
    margin: 0px 11px 0px 0;
    
}

.btn-redes:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--color-I);
}


.bg-section-ypf-full{
  background: url(../img/sitio/FULL-1.jpg) no-repeat center;

}

.img-serviclub{
  max-width: 25%;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.number{
  display: block;
  margin: 0 auto 1rem;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #fff;
  color: #323232;
  border-radius: 50%;
  font-size: 2.5rem;
}

.date .input-group-addon{
  padding: 5px 15px 0;
  background: #FFF;
  border: 1px solid rgb(206,212,218);
  border-left: 0;
}

.comida-thumb p{
  text-align: justify;
  line-height: 1em;
}
.comida-thumb img{
  /* max-width: 205px; */
  margin: 0 auto;
}

@media (max-width: 700px){
  .navbar-usr .form-inline{
    margin-top: 0 !important;
  }
  .navbar-usr .form-inline .btn{
    margin-top: 0 !important;
  }

  .navbar-light .navbar-brand{
    max-height: 60px !important;
    background-size: contain !important;
  }

  .producto-preview .badge{
    font-size: .60rem;
  }
  .producto-preview .titulo{
    line-height: 1rem;
  }

  .fancythumb{
    width: 105px;
    height: 105px;
  }

  h3{
    font-size: 1.3em;
  }
  
  .btn-login{
    font-size: 1.1rem;
  }
  .btn-login small{
    font-size: 80%;
  }

  .logo-footer{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .logo-footer img{
    max-width: 50%;
    margin: 0 auto;
  }
}



.button-store{
    color: black;
    background-color: white;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    line-height: 20px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    overflow: hidden;
    min-width: 124px;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
}

.button-store:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../img/tiendas/1/playstore.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: contain;
  z-index: 11;
  position: relative;
}
.button:after, .button-trasparent:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #7192cd;
  width: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 9;
}
.button-store.appstore:before {
  content: "";
  display: inline-block;
  background: url(../img/tiendas/1/apple.png) 0 0;
  background-size: unset;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: -2px;
}

.bg-app{
    background: linear-gradient( 73.12deg, #1f4692 7.86%, #1464c2 51.46%, #0982f2 103.6% );
    /* background-image: url(../images/hero/hero-background.jpg); */
    background-size: cover;
    background-position: center;
    min-height: 394px;
    padding: 46px 0 0 0;
}

.hero-phone-man {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
}
.hero-man {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 28px;
  width: 100%;
  max-width: 320px;
  z-index: 998;
  bottom: -30px;
}
.hero-phone-box {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.hero-phone {
  max-width: 280px;
  top: 90px;
  position: relative;
  vertical-align: middle;
}

.bg-app-2{
    background: linear-gradient( 73.12deg, #1f4692 7.86%, #081225 100%);
    /* background-image: url(../images/hero/hero-background.jpg); */
    background-size: cover;
    background-position: center;
    min-height: 100px !important;
    padding: 0;
}
.bg-app-2 h1{
  margin-top: 47px;
}


.bg-cafeteria{
  background-color: #8D4B37;
  position: relative;
  z-index: 100;
}
.bg-cafeteria:before{
  content: '';
  position: absolute;
  top: 0;
  left: 40vw;
  background: url('../img/tiendas/1/back-1.webp') no-repeat center;
  width: 695px;
  height: 301px;
  z-index: -1;
}

.text-yellow{
  color : #EDBD38 
}

.bg-cafeteria .comida-thumb{
  color: #FFF;
}

.bg-comidas{
  position: relative;
  background-color: #EDBD38;
  z-index: 100;
}
.bg-comidas:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/tiendas/1/back-2.webp') no-repeat center;
  width: 401px;
  height: 269px;
  z-index: -1;
}

.text-verde{
  color: #32754D !important;
}

.bg-cafeteria h2,
.bg-comidas h2{
  text-transform: uppercase;
}
.bg-cafeteria h3,
.bg-comidas h3{
  font-size: 4em;
  font-weight: 400;
  margin-bottom: 50px;
}



.esto-es-full{
  position: relative;
  display: block;
  border-radius: 15px;
}
.esto-es-full .img-1{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.esto-es-full .img-2{
  position: absolute;
  top: -95px;
  left: -61px;
}
.esto-es-full .img-3{
  position: absolute;
  top: 110px;
  right: 40px;
}


.ypf-boxes-inicio{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.ypf-boxes-inicio .img-1{
  position: relative;
}
.ypf-boxes-inicio .img-2{
  position: absolute;
  top: 50%;
  left: 25%;
}


.widget {
  position: fixed;
  bottom: 75px;
  right: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 100;
}
.widget.btn-wsp {
  bottom: 25px;
  right: 25px;
}

.video{
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
}
.video:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-I);
  opacity: .5;
  z-index: 100;
}

.video .txt-wrapper{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 1000;
}
.video .txt-wrapper h1{
  position: absolute;
  z-index: 1000;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%);
  margin: 0 !important;
  padding: 0;
}
.video-intro {
  display: block;
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  margin-top: 0px;
  filter:blur(5px);
}

.mapa{
  background: #FFF;
}

@media (max-width: 700px){
  .video{
    height: 288px;
    overflow: hidden;
  }
  .video:before{
    height: 288px; 
  }
  .video-intro{
    position: absolute;
    top: 0px;
    left: -50px;
    width: calc(100% + 100px);
    height: auto;
    filter: blur(3px);
  }
  .video-intro:before{
    height: 300px;
  }
  .txt-wrapper h1{
    width: 80%;
    font-size: 1.5em;
    top: 0 !important;
  }
  .banner-wrapper{
    margin-top: 150px;
  }
  .banner-wrapper:before{
    display: none;
    height: 215px;
  }
  .text-inicio {
    font-size: 1.2em;
    display: block!important;
  }
}

#carouselInicio{
  position: relative;
  padding: 0px!important;
  margin: -180px 0 0!important;
  z-index: 100;
  background-color: #FFF;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.banner-wrapper{
  position: relative;
}
.banner-wrapper:before{
  content: '';
  position: absolute;
  width: 100%;
  height: calc(512px - 180px);
  background-color: #FFF;
  bottom: 0;
  left: 0;
}

.infinia-super{
  background-image: linear-gradient(157deg,#000000 49%,#00A1E3 100%)!important;
}

.infinia-nafta{
  background-image: linear-gradient(157deg,#1711b0 49%,#00A1E3 100%)!important;
}

.infinia-diesel{
  background-image: linear-gradient(157deg,#000000 49%,#66cc00 100%)!important;
}


.bg-rrhh{
  position: relative;
  margin-top: 150px;
  padding-bottom: 50px;
}

.text-rrhh{
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1em 1em;
  background-color: #fff;
  z-index: 100;
}

.img-rrhh{
  position: relative;
  display: block;
}
.img-rrhh img{
  position: absolute;
  top: -100px;
}

.form-rrhh-wrapper{
  padding-top: 275px;
}

@media screen and (max-width: 640px){

  .bg-rrhh{

  }
  .text-rrhh{
    width: 100%;
  }
  .img-rrhh img{
    top: 60px;
  }
  .form-rrhh-wrapper{
    padding-top: 200px;
  }

}


.bg-section-lubricantes{
  background: url('../img/tiendas/1/lubricantes/Img-default.png') no-repeat top center;
  background-size: cover;
  padding: 200px 0;
}
.bg-boxes{
  position: relative;
  background: url('../img/tiendas/1/banner-ypf-boxes.jpg') no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 10;
}

.bg-gnc{
  position: relative;
  background: url('../img/tiendas/1/GNC Kalpat.webp') no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 10;
}

.bg-boxes:before,
.bg-gnc:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #081225;
  opacity: .25;
  z-index: -1;
}


.lubricante-item{
  display: block;
  margin-bottom: 50px;
}

.lubricante-item figure{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 166px;
  background-color: #000;
}

.text-elipsis{
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 4; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.bg-none{
  background-color: #86dff3 !important;
}

.list-fotos{
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-fotos li{
  display: inline-block;
  margin: 0 5px;
}

.ypf-oro{
  position: relative;
  background: linear-gradient(73.12deg, #1f4692 7.86%, #081225 100%); 
  padding: 25px 0 0;
  color: #FFF;
}
.ypf-oro:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url('../img/tiendas/1/kalpat-crepusculo.webp') no-repeat center;
  background-size: cover;
  opacity: .25;
  filter: blur(4px);

}
.ypf-oro h1{
  margin-top: 50px;
  font-size: 2.5rem;
}
.ypf-oro h1 span{
  font-size: 1.5rem;
}