/* 
PALETA DE COLORES:
#FF8A8A
#F4DEB3
#F0EAAC
#CCE0AC

*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

nav button {
    background-color: #9d9d93;
}

nav button:hover {
    background-color: #474843;
}


header {
    background-image: url('./img/fondo-inicio-sillones.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    height: 45em;
    margin: 0;
    color: white;
}

header h1 {
    font-size: 2em;
}

header i {
    font-size: 2em;
}

i {
    padding: 5px;
    font-size: 1em;
}

#ir-arriba-boton {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    width: 54px;
    height: 54px;
    color: white;
    text-align: center;
    border-radius: 50%;
    transition: all .2s;
}

#ir-arriba-boton i {
    font-size: 3em;
}

#ir-arriba-boton:hover {
    cursor: pointer;
    color: gray;
    transform: scale(1.1);
}

.ocultar {
    opacity: 0;
    visibility: hidden;
}

.mostrar {
    opacity: 1;
    visibility: visible;
}

section {
    border-bottom: 1px solid #ccc;
    color: white;
}

.section-01 {
    background-color: #FF8A8A;
    font-size: larger;
}

#section-02 {
    background-color: #474843;
    color: white;
}

.section-03 {
    color: #343532;
    background-image: url(./img/fondo-info.png);
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    list-style: georgian;
}

#info-call {
    width: 100%;
    background-color: #F0EAAC;
    color: black;
    padding-top: 80px;
    padding-bottom: 80px;
}

#info-call i {
    padding: 5px;
    font-size: 4em;
    color: #474843;
}

.section-03 i {
    margin: 28px;
    font-size: 5em;
    font-weight: 25rem;
}


.section-04 {
    background-color: #FF8A8A;
    color: black;
}

#btenviar {
    background-color: #474843;
    padding: 5px;
    border-color: #f8edd1;
    color: white;

}

#btenviar:hover {
    background-color: #f8edd1;
    padding: 5px;
    border-color: white;
    color: black;
}



footer {
    background-color: #474843;
    color: white;
    text-align: center;
    padding: 1em 0;
    width: 100%;
    bottom: 0;
}

#map-ubicacion {
    min-width: 350px;
    height: 225px;
    margin: 0 auto;
}