@import url(detalles.css);
@import url(modal.css);
@import url(nav.css);
@import url(carrusel.css);
@import url(nosotros.css);
@import url(servicios.css);
@import url(maps.css);
@import url(contacto.css);
@import url(galeria.css);
@import url(banner.css);

* {
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%;
    background: rgba(240, 240, 240, 1);
}

img{
    max-width: 100%;
}

.collapse{
    text-align: right;
}

#descanso {
    background: url('../img/tus_electrodomesticos_bien.jpg') center center no-repeat fixed;
    background-size: 1000px 900px;
    width: 100%;
    height: 500px;
    padding: 20% 0 20% 0;
}

#descanso h3 {
    color: white;
    font-size: 30px;
    padding-top: 110px;
    text-shadow: 2px 2px black;
}

#promociones{
    background-color: #dc3545;
    background-size: cover;
}

.contenido-promociones{
    padding: 1rem 0;
}

.contenido-promociones h2, p{
    text-align: center;
}

.texto-promociones{
    background: rgba(255, 255, 255, 0.5);
    color: black;
    padding: 1.875rem;
}

#linea-promociones {
    background: rgba(255, 255, 255, 0.5);
    height: 5px;
    width: 100%;
    margin: 10px 0 10px 0;
}

#footer{
    background: #222;
    color: white;
    font-size: 0.8rem;
    padding: 2.5rem 0;
}

@media (min-width:480px) {
    
}

@media (min-width:768px) {
    #descanso {
    background: url('../img/tus_electrodomesticos_bien.jpg') center center no-repeat fixed;
    background-size: auto;
    width: 100%;
    height: 100%;
    padding: 20% 0 20% 0;
    }

    #descanso h3 {
        color: white;
        font-size: 50px;
        padding-top: 0;
        text-shadow: 2px 2px black;
    }

}

@media (min-width:1024px) {
    
}