html,
body,
.wrap {
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.2;
    background-color:#FFF !important;
}
header a:hover{
    color:#FFF;
}
/*Morado background*/
.bg-morado{
    background-color: #6B11C1;
}
.bg-verde-1{
    background-color: #CAE7A9;
}
/*Colores texto*/
.color-morado{
    color:#6B11C1 !important;
}
.color-gris{
    color:#B3B3B3;
}
.color-verde{
    color:#73A640;
}
/*Estilos para el menu */
.nav-oasis-header .navbar-nav .nav-link {
    color: #B3B3B3;
    font-size:1.2rem;
}
.nav-oasis-header .navbar-nav .active > .nav-link {
    color: #6B11C1;
    font-size:1.2rem;
}
/*Font weight*/
.fw-300{
    font-weight: 300;
}
.fw-200{
    font-weight: 200;
}
/*Font size*/
.fz-15{
    font-size: 1.5rem;
}
.fz-25{
    font-size: 2.5rem;
}
/*Estilos para nav nosotros*/
.nav-nosotros .nav-link.active, .nav-nosotros .show > .nav-link {
    color: #73A640;
    background-color: transparent;
    border-radius: 0px;
    border-right:2px solid #73A640;
}
.border-radius-0{
    border-radius: 0px;
    background-color: transparent;
}
/*Estilos para el proceso de compra*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border:1px solid #eaeaea;
}

/* verde claro nuevo**/
.verdeclarocolor{
    color:#CEE5E0;
}
.verclarobackground{
    background:#CEE5E0;
}
.verdeobscurobackground{
    background:#007F6E;
}
.btn-light{
    background-color: #FFF !important;
}


.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.rojoclarobackground{
    background:#ED3540;
    color:#FFF;
}
.rojoclaroboder{
    border: 1px solid #6B11C1;
}
.celesteboder{
    border: 1px solid #29AAE1;
}
.verdecolor  {
    color:#1F4654  !important;
}
.verdeboder{
    border: 1px solid #1F4654 ;
}
.backgroundverde{
    background-color: #1F4654 ;
    color:#FFF;
}

.moradorboder{
    border: 1px solid #92278E;
}
.rojoobscurobackground{
    background:#C0272D
}
.rojoclarocolor{
    color:#ED3540;
}
.verdeclarocolor{
    color:#1F4654;
}
a:hover {
    color: #C0272D;
}
.borderradius{
    border-radius: 25px;
}

.placehholderwhite::placeholder {
  color: white;
}
.backgroundceleste{
    background: #29AAE1;
}
.backgroundnaranja{
    background:#F6921E
}
.naranjacolor{
    color:#F6921E   
}
.colorceleste{
    color:#29AAE1 !important;   
}
.backgroundmorado{
    background: #5A2F68
}
header p,header button{
    font-size: 12px;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#content {
    width: 100%;
    transition: all 0.3s;
}
.form-control-xs {
    height: calc(1.0em + 0.5rem + 1px);
    padding: 0.25rem 0.5rem;
    font-size: 0.700rem;
    line-height: 1.5;
}
.bggris{
    background: #CBCBCB;
}
.contenederbordershadow{
    border-radius: 25px;
    border:2px solid #AAAAAA;
    background: #FFF;
}

.contenedorshadow{
 -webkit-box-shadow: 0 0 10px #828282;
        box-shadow: 0 0 10px #828282;
}
.page-link {
    color: #6B11C1;
}
.page-link:hover {
    background: transparent;
    color: #6B11C1;
    border: 1px solid #6B11C1;
}
.btnpaginacion{
    color:#FFF;
}
.btnpaginacion.active{
    color:#6B11C1 !important;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/*
tab bvertical
**/
.navvertical  .nav-link {
    border-radius: 0rem;
    font-size: 0.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #29AAE1;
    color:#FFF;
    overflow: hidden;
}
.navvertical  .nav-link.active {
    background: #2498CA
}
.navvertical  .nav-link:last-child {
    border-bottom-left-radius: 12px; 
    border-bottom-right-radius: 12px;
}

/*
SIDEMENULEFT
SIDEMENULEFT
SIDEMENULEFT
*/
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    z-index: 3;
    height:100%;
    overflow-y:auto;

}
#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar.active {
    margin-left: -300px;
    display: flex;
}
#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color:#FFF;
    border-bottom: 1px solid #FFF
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
/*
CARRITO SIDE BAR
CARRITO SIDE BAR
CARRITO SIDE BAR
*/
#sidebarright {
    min-width: 340px;
    max-width: 340px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    z-index: 9999;
    top:0;
    right: 0;
    height:100%;
    overflow-y:auto;

}
#sidebarright .sidebar-header {
    padding: 20px;
}

#sidebarright.active {
    margin-right: -340px;
    display: flex;
}
#sidebarright ul.components {
    padding: 20px 0;
}

#sidebarright ul p {
    color: #fff;
    padding: 10px;
}

#sidebarright ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color:#FFF;
    border-bottom: 1px solid #FFF
}
#sidebarright ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebarright ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

@media (max-width: 768px) {
    #sidebarright {
        margin-left: -340px;
    }
    #sidebarright.active {
        margin-left: 0;
    }
    #sidebar {
        margin-right: -300px;
    }
    #sidebar.active {
        margin-right: 0;
    }
}

#sidebarright::-webkit-scrollbar,#sidebar::-webkit-scrollbar {
    width: 8px;     /* TamaÃ±o del scroll en vertical */
    display: none;  /* Ocultar scroll */
}
.form-control:focus,.btn:focus  {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}



.border-bottom {
    border-bottom: 1px solid #828282 !important;
}
.border-top {
    border-top: 1px solid #828282 !important;
}
.border-left {
    border-left: 1px solid #828282 !important;
}
.border-right  {
    border-right: 1px solid #828282 !important;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
  .border-bottom {
        border-bottom: 0px solid #828282 !important;
    }
    .border-top {
        border-top: 0px solid #828282 !important;
    }
    .border-left {
        border-left: 0px solid #828282 !important;
    }
    .border-right  {
        border-right: 0px solid #828282 !important;
    }
}


a {
    color: #828282;
    text-decoration: none !important;
    background-color: transparent;
}
/*
tabs
**/
.bggrisclaro{
    background: #F1F1F1;
    
}
.nav-tabs{
    border-bottom: 5px solid #29AAE1
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #3D4545;
    background-color: #E5E5E5;
    border:0;
    border-radius: 0;
}
.nav-tabs .nav-link {
    color: #3D4545;
    background: #CBCBCB;
    border:0;
    border-radius: 0;
}
.nav-tabs .nav-item:first-child{
    border-top-left-radius: 10px;
    overflow: hidden;
}
.nav-tabs .nav-item:last-child{
    border-top-right-radius: 10px;
    overflow: hidden;
}
/*
menu cliente
**/
.menucliente .list-group-item {
     background-color: #1F4654 ;
     padding: 1.25rem 1.25rem;
     color:#FFF;
     font-size: 0.9rem;
     font-weight: bold;
     border: 1px solid rgba(255,255,255, 0.5);
}
.menucliente .list-group-item:hover,.menucliente .list-group-item.active{
     background-color: #00ad92;
}

.menucliente .list-group-item:last-child {
    border-radius: 0;
}
.menucliente .list-group-item:first-child {
    border-radius: 0;
}


img.menu-lateral{
    width: 80px;
    }

img.menu-categorias{
    width: 135px;
    }

img.menu-principal{
    width: 35px;
    height: 35px;

}
img.seccion-colecciones{
        width: 150px;
    }
img.seccion-pagos-envios{
        width: 150px;
    }

img.seccion-valores{
        width: 80px;
    }

img.whatsapp{
    width: 30px;
}    

img.tendencias{

    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
}



/*Estilos del menu lateral "colecciones"*/
.btn-light {
    color: #ffffff;
    background-color: #ed3540;
    border-color: #f8f9fa;
}


.dropdown-menu.show {
    display: block;
    background-color: #1F4654 ;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #52a019 !important;


}

/*Terminan estilos de menu lateral*/

/*Estilos del buscador ubicado en los slider*/

.buscador-general{
    position: absolute;
    bottom:5em;
    left:20em;
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #edecea;
    border-radius: 30px;
    padding: 10px;
    border: 3px solid #ff003b;
}

.searchbar{
    position: absolute;
    bottom:5em;
    left:20em;
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #edecea;
    border-radius: 30px;
    padding: 10px;
    border: 3px solid #ff003b;

    }
 .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
    }
    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }



/*Terminan estilos del buscador ubicado en los slider*/


.titulo_secciones{
    color: #ff0000;
    font-weight: bold;

}
.underline{
    text-decoration: underline;
}

/* horizontal scrolling **/
.horizontal-scroll-wrapper {
    width: auto;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
}
.horizontal-scroll-wrapper > div {
    width: 130px;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    display: inline-block;
    border-right: 1px solid #828282 ;
}
.horizontal-scroll-wrapper > div:last-child {
    border-right: 0px solid #828282 ;
}
.horizontal-scroll-wrapper > div > a > p{
    white-space: initial;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .horizontal-scroll-wrapper > div {
        width: 80px;
        margin: 0 20px 0 0;
        padding: 0;
        display: inline-block;
    }  
    .horizontal-scroll-wrapper > div > a > p{
        font-size: 0.6rem;
    }

}


/*
botontes hover
**/
.btn.backgroundverde:hover{
    background: #FFF;
    color:#1F4654  !important;
    border-color: #1F4654 ;
}
.btn.backgroundmorado:hover{
    background: #FFF;
    color:#5A2F68 !important;
    border-color: #5A2F68;
}
.btn.backgroundceleste:hover{
    background: #FFF;
    color:#29AAE1 !important;
    border-color: #29AAE1;
}
.borderradius.backgroundceleste:hover{
    background: transparent;
    color:#29AAE1 !important;
    border: 1px solid #29AAE1;
}
.btn.backgroundnaranja:hover{
    background: #FFF;
    color:#F6921E !important;
    border-color: #F6921E;
}
.btn.rojoclarobackground:hover{
    background: #FFF;
    color:#ED3540 !important;
    border-color: #ED3540;
}
.btn.btn-success:hover{
    background: #FFF;
    color:#28a745 !important;
    border-color: #28a745;
}
.btn.btn-secondary:hover{
    background: #FFF;
    color:#6c757d !important;
    border-color: #6c757d;
}
.btn.btn-primary:hover{
    background: #FFF;
    color:#007bff !important;
    border-color: #007bff;
}
.btn.btn-danger:hover{
    background: #FFF;
    color:#dc3545 !important;
    border-color: #dc3545;
}
/*
boton de mas detalles en el producto
**/
.imgverproducto{
}

.imgverproducto div{
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    left: 0;
    right: 0;
}

.imgverproducto:hover div{
    bottom: 45%;
    opacity: 1;
}
/*.agregarproductocarrito img:hover,.btnagregarfavoritos img:hover,.btnfacebook img:hover,.btninstagram img:hover,.a2a_dd img:hover{
    transition: all 0.5s ease-in-out;
    transform: scale(1.5);
}*/
/****/
span.outer {
    color: red;
    text-decoration: line-through;
}

/**
agregado para el menu superior
por dvb el 07 07 2020 
*/

@media (min-width: 1200px) {
    .columnamenuboton{
        position: absolute;
        left: 1%;
    }
    .columnacarritoprincipal{
        position: absolute;
        right: 1%;
    }


    .columnalogotipoprincipal{
        width: 13%;
        margin-right: 2% !important;
    }
    .columnalogotipoprincipal a img{
        width: 100% !important;
    }
    .columnabuscadorprincipal{
        width: 14%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .buscadorheaderescritorio{
        width: 100% !important;
    }
    .columnasuscribeteprincipal{
        width: 10%;
    }
    .columnasuscribeteprincipal p{
        margin:0 auto;
    }
    .columnasuscribeteprincipal p span{
    }
    .columnacorreoprincipal{
        width: 10% !important;
    }
    .columnacorreoprincipal .inputsuscribeteheader{
        width: 100% !important;
    }

    .columnapointersuscribetecorreo img{
        padding-left: 15% !important;
        padding-right: 15% !important;
    }

    .columandatosdelcliente{
        width: 10%;
        text-align: center;
    }
    .columnafavoritos{
        width: 10% !important;
    }
    .columnafavoritos span{
    }


    
}


/**Agregadi por BMV - Header**/


.dropdown-menu{
    opacity: 0;
    top:33px;
    
}
.dropdown-menu:hover, .dropdown-menu:focus{
    opacity: 0.95;
    display: block;

}
.dropdown-toggle::after {
    display: none;
}

/*.dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}*/
.dropdown .dropdown-menu{
    opacity: 1;
}
.dropdown:hover .dropdown-menu {
  display: block; 
  opacity: 0.95;

}


.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.dropdown-menu.show, .dropdown-menu{
    background-color:#fff;
    border-top:2px solid #FFF;
    border-radius: 0px;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    animation:opac 0.5s;
}
@keyframes opac{from{opacity:0} to{opacity:1}}

.dropdown-item:hover, .dropdown-item:focus{
    color:#1f4654;
    background-color: #fff !important;
     -webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;
}

.dropdown-item{
    padding-top: 5px;
    padding-bottom: 5px;
}

.submenu{
    list-style: none;
    width: 240px;
    padding:0;
    margin:0;
    text-align:left;
}

.submenu ul li a{
    padding:10px 15px;
    margin:0 10px;
}

.opacity-animation{
    
}

.btn-green{
    color:white;
    background-color: #1F4654;
    border-radius: 0;
    transition: 0.5s;
}

.btn-green:hover, .btn-green:focus, .btn-green :active{
    background: #FFF;
    color:#1F4654 !important;
    border-color: #1F4654;
}

.btn-transparente{
    background-color: transparent;color:white;border-color: white;
    transition: 0.5s;
}

.btn-transparente:hover{
    background-color: white;color:black;border-color: transparent;
}
/*Css para los productos*/
.bg-producto{
    background-color: #fff;
    transition: 0.5s;
}

.bg-producto:hover{
    /*-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);*/
    background-color: #d4d4d48c;

}

/*
marco azul
*/
.imgcheckcolor{
    border:1px solid transparent;
}
.marcoazul{
    border:1px solid #FFF;
}

.fcolor{
    position:relative;
    left:27px;
    border-radius: 50%;
    background:transparent;
    content: '';
}


.fcolor:checked{
    content: '';   
}


.imagensecundarias {
    opacity: 1;
    transition:0.25s;
}
 .imagensecundarias:hover{
    opacity: 0.75;
    background-color:#d8d8d8;
}

/* tab de ver producto*/
.producto-info{
    border:0;
    justify-content: center;
}
.producto-info li a{
    font-size: 19px;
}
.producto-info li a.active{
    color:#007F6E;
}
.producto-info li a span{
    display: block;
    width: 55px;
    height: 3px;
    background-color: transparent;
}
.producto-info li a.active span{
    background-color: #007F6E;
}
/* */
#materiales > p, #especifiaciones >p{
    padding:1rem;
    text-align: justify-all;
}

.galeria{
       -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
}

.green-color{
    color:#1F4654;
}

.texto{
    color:#fff;
}

.texto:hover{
    color:#FFF;
}

/*
stripe
*/
.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
/*
estilos owl caorusel
*/

.owl-nav button{
    top: 30%;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 0px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    color: #ED3540;
}

/**
breadcrumbs
**/
.breadcrumb{
    margin-bottom: 0;
}
/*
header box shadow
**/
header{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
/*
menu dropdown
*/
@media (max-width: 992px) {
    #navbarNavAltMarkup{
        height: 250px;
        overflow-y: scroll;
    }
}
/*
scroll horizontal
*/
/* horizontal scrolling **/
.horizontal-scroll-wrapper {
    width: auto;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
}
@media (max-width: 768px) {
    .horizontal-scroll-wrapper button{
        font-size: 0.8rem;
        margin-right: 5px;
    }
}
/*
colo btnagregarfavoritos
**/
.btnagregarfavoritos,.btnagregarfavoritos:hover{
    color:#1F4654;
}


/*Botones whatsapp y telefono*/
.social {
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 0; /* Establecemos la barra en la direccion */
    top: 400px; /* Bajamos la barra 300px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
    border-radius: 10px 0px 0px 10px;
    text-align: right;
  
  }

  .float {
    
}
   
    .social ul {
      list-style: none;
      text-align: right;
      padding:10px 4px 14px 4px;
      margin:0;
      align-items: center;
  
    }
   
    .social ul li a {
      display: inline-block;
      color:#fff;
      padding: 10px 15px;
      text-decoration: none;
      -webkit-transition:all 500ms ease;
      -o-transition:all 500ms ease;
      transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
      border-radius: 10px;
    }
    .social ul li .icon-background-ws {background:#1FC045 !important;} /* Establecemos los colores de cada red social, aprovechando su class */
    .social ul li .icon-background-ws:hover {background:#16e046 !important;} 
    .social ul li .icon-background-phone {background:#4a4a4a !important;}
    .social ul li .icon-background-phone:hover {background:#7b7a7a !important;}
  
   
  .social ul li a:hover {
      background:gray ; /* Cambiamos el fondo cuando el usuario pase el mouse */
  /*padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }
  
  #btncelulares{
      display: none;
  }
  
  @media (max-width: 720px){
    #btncelulares{
      display: block;
      position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        padding: 5px;
    }
  
   
  }
