
.border{
    border: 2px;
}

.navbar-light{
    color: #00145C;
}

img{
    width: 100%
}

.azul{
    text-align: center;
    color: #fff;
    background-color: #00145C;
}


.promociones{
    font-size: 30px;
    padding: 10px;
    margin: 0;
}



/*HOTSALE*/


/* ? ----- Cuenta Regresiva ----- */
#cuenta {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}

#boton {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}

.simply-section {
	background: #fff;
	width: 120px;
	height: 70px;
	margin: 0 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.simply-amount {
  
	display: block;
	font-size: 30px;
	font-weight: 600;
}

.simply-word {
	font-weight: 300;
	font-size: 10px;
}

.fondo{
    background-size: 100%;
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    min-height: 200px;
}

.fondo-p{
    background-size: 100%;
    background-image: url(../img/hot_sale20.jpg);
    background-repeat: no-repeat;
    height: 100vh;
}


.fondo-s{
    background-size: 100%;
    background-image: url(../img/e-movil.jpg);
    background-repeat: no-repeat;
    min-height: 450px;
}


@media (min-width:320px){
    
    .desk{
        display: none;
    }
    
    .movil{
        display: block;
    }
    
    #large{
        display: none;
    }
    
    #small{
        display: block;
    }
    
    .card{
        margin-bottom: 30px;
    }
    
    #desk{
        display: none;
    }
   
}
  
 
/*20rem;*/


@media (min-width:1000px){
    
    .movil{
        display: none;
    }
    
    .desk{
        display: block;
    }
    
     #large{
        display: block;
    }
    
    #small{
        display: none;
    }
    
      .card{
        margin-bottom: 10px;
    }
   
   
}
  