/* FONT */
@font-face {
	font-family: 'MyriadPro';
	src: url('./fonts/MyriadPro-Regular.eot');
	src: url('./fonts/myriad/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MyriadPro-Regular.woff') format('woff'),
		url('./fonts/MyriadPro-Regular.ttf')  format('truetype'),
		url('./fonts/myriad/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: 'MyriadPro-light';
    src: url('./fonts/MyriadPro-Light.eot');
    src: url('./fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/MyriadPro-Light.woff') format('woff'),
        url('./fonts/MyriadPro-Light.ttf')  format('truetype'),
        url('./fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    font-family: "MyriadPro";
    font-size: 20px;
}
/* Icono carga */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/carga/loading-negro.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: auto;
}


/* nav */
.contentNav{
    position:absolute !important;
    z-index: 999;
}
.navbar-toggler{
    border: none !important;
}
.carrito-Ubicacion{
    padding-left: 6rem !important;
}
/* carrito */
.contentCarritoDesk{
    display: none;
}
.lupaDesk{
    display: none;
}
.carritoItems{
    border: 0 solid;
    border-radius: 100%;
    background: rgb(64, 153, 64);
    position: absolute;
    color: #fff;
    font-size: 17px;
    height: 25px;
    width: 25px;
    /* top: 25px;
    right: 125px; */
    top: -13px;
    right: -11px;
}
#navbarTogglerDemo02{
    background-color: #d0cfcf;
    border-radius: 10px;
    padding: .5rem 1rem;
    opacity: 0.9;
    text-align: center;
}
/* buscador */
.forma-busqueda input {
    color: #000;
    width: 30px;
    height: 32px;
    float: left;
    border: 2px transparent solid;
    /* border-radius: 100%; */
    padding: 20px;
    background-color: transparent;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("../images/lupaNegra.png"); 
    background-size: 1rem;
    background-origin: padding-box;
    background-clip: border-box;
    -webkit-transition:all 0.5s linear;  /* Chrome y Safari */
    -o-transition:all 0.5s linear;  /* Opera */
    -moz-transition:all 0.5s linear;  /* Mozilla Firefox */
    -ms-transition:all 0.5s linear;   /* Internet Explorer */
    transition:all 0.5s linear;  /* W3C */
}
.forma-busqueda input:focus {
    border-radius: 25px;
    padding-left: 2.5rem;
    font-size: .8rem;
    color:#000; /* Nota 4 */
    border: #fff;
    background-color: white;
    background-position-x: 1rem;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("../images/lupaNegra.png");
    background-size: 1rem;
    background-origin: padding-box;
    background-clip: border-box;

    -webkit-transition:all 0.5s linear;  /* Chrome y Safari */
    -o-transition:all 0.5s linear;  /* Opera */
    -moz-transition:all 0.5s linear;  /* Mozilla Firefox */
    -ms-transition:all 0.5s linear;   /* Internet Explorer */
    transition:all 0.5s linear;  /* W3C */
    width: 100%; /* Nota 3 */
    outline: 0;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.forma-busqueda input::-webkit-input-placeholder {
   color: #999; /* Nota 5 */
   font-weight: normal;
   font-style: italic;
}
.forma-busqueda input:-moz-placeholder {
    color: #999; /* Nota 5 */
    font-weight: normal;
    font-style: italic;
}
.forma-busqueda input:-ms-input-placeholder {
    color: #999; /* Nota 5 */
    font-weight: normal;
    font-style: italic;
}
/* fin buscador */

footer{
    padding: 2rem 0px;
}
.VisibleFooter{
    display: none;
}
.Visible{
    display: none;
}
.barraNegraTop{
    background-color: #000;
    display: none;
    justify-content: space-between;
}
.barraNegraTop ul{
    list-style: none;
    display: flex;
    margin-bottom: .5rem;
}
.textBNTop{
    font-size: .7rem;
    padding-top: .5rem;
    margin-left: 2rem;
    margin-bottom: 0px;
}
.redesIcon a i{
    font-size: .7rem;
    padding-top: .6rem;
    margin-right: 2rem;
    margin-bottom: 0px;
}
.logoNav {
    margin-left: 0rem;
    width: 5rem;
}
.textFooter{
    font-size: .8rem;
    color: #000;
}
.textFinal{
    font-size: .8rem;
    color: #999;
}
.textFooter:hover{
    font-size: .8rem;
    text-decoration: none;
}
footer ul{
    list-style-type:none;
    padding: 0px;
}
footer{
    border-top:1px solid rgba(0, 0, 0, 0.1);
}
/* Small devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .barraNegraTop{
        background-color: #000;
        display: flex;
        justify-content: space-between;
        padding-right: 1rem;
    }   
    .redesIcon a i{
        margin-right: 0rem;
    }
    .contentFooter{
        display: flex !important;
    }
    /* carrito */
    .carritoItems{
        border: 0 solid;
        border-radius: 100%;
        background: rgb(64, 153, 64);
        position: absolute;
        color: #fff;
        font-size: 17px;
        height: 25px;
        width: 25px;
        /* top: 26px;
        right: 140px; */
    }
    .contentCarritoMovil{
        margin-left: 19rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 800px) {
    /* carrito */
    .carritoItems{
        border: 0 solid;
        border-radius: 100%;
        background: rgb(64, 153, 64);
        position: absolute;
        color: #fff;
        font-size: 17px;
        height: 25px;
        width: 25px;
        /* top: 26px;
        right: 145px; */
    }
    .contentCarritoMovil{
        margin-left: 20rem;
    }
}

 /* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
    .carrito-Ubicacion{
        padding-left: 0rem !important;
    }
    .contentCarritoMovil{
        display: none;
    }
    .liCarrito{
        padding: .4rem 1rem;
    }
    .contentCarritoDesk{
        display: inline;
    }
    .contentCarritoDesk .carritoItems{
        border: 0 solid;
        border-radius: 100%;
        background: rgb(64, 153, 64);
        position: absolute;
        color: #fff;
        font-size: 17px;
        height: 25px;
        width: 25px;
        /* top: 17px;
        right: 227px; */
    }
    #navbarTogglerDemo02 {
        background-color: transparent;
        text-align: right;
        padding-bottom:2rem; 
    }
    .lupaMovil{
        display: none;
    }
    .lupaDesk{
        display: inline;
    }
}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
    .logoNav {
        margin-left: 1rem;
        width: 9rem;
    }
    .contentCarritoDesk .carritoItems{
        border: 0 solid;
        border-radius: 100%;
        background: rgb(64, 153, 64);
        position: absolute;
        color: #fff;
        font-size: 17px;
        height: 25px;
        width: 25px;
        /* top: 40px;
        right: 225px; */
    }
    #navbarTogglerDemo02 {
        background-color: transparent;
        text-align: right;
        padding-bottom:2rem;
        padding-left: 9rem; 
    }
    .VisibleFooter{
        display:inline;
    }
}
/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
    .logoNav{
        margin-left: 3rem;
        width: 12rem;
    }
    .contentCarritoDesk .carritoItems{
        border: 0 solid;
        border-radius: 100%;
        background: rgb(64, 153, 64);
        position: absolute;
        color: #fff;
        font-size: 17px;
        height: 25px;
        width: 25px;
        /* top: 16px;
        right: 210px; */
    }
    #navbarTogglerDemo02 {
        padding-bottom:9rem;
    }
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
    .contentCarritoDesk .carritoItems{
        border: 0 solid;
        border-radius: 100%;
        background: rgb(64, 153, 64);
        position: absolute;
        color: #fff;
        font-size: 17px;
        height: 25px;
        width: 25px;
        /* top: 16px;
        right: 285px; */
    }
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
    .contentCarritoDesk .carritoItems{
        border: 0 solid;
        border-radius: 100%;
        background: rgb(64, 153, 64);
        position: absolute;
        color: #fff;
        font-size: 17px;
        height: 25px;
        width: 25px;
        /* top: 16px;
        right: 280px; */
    }
    #navbarTogglerDemo02 {
        padding-left: 33rem;
    }
} 