@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0!important;
}
.font {
    font-family: 'Chakra Petch', sans-serif;
}
.orange {
    color: #ff6700;
}
.black {
    color: #2c2b3f;
}
.clear {
    clear: both;
}
.titulo-seccion {
    color: #2c2b3f;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Chakra Petch', sans-serif;
    padding: 50px 0 20px 0;
}

nav {
    padding: 25px 0;
    max-height: 75px;
    border-bottom: 1px solid #eeeeee;
}
nav img {
    width: 140px;
    height: 25px;
    display: block;
    float: left;
}
#login-button {
    color: #ff6700;
    height: 25px;
    background: transparent;
    border: none;
    font-weight: 600;
    float: right;
    margin-left: 20px;
}
#home-1 {
    background-color: #2c2b3f;
    padding: 200px 30px;
    text-align: center;
}
#home-1 img {
    height: 30px;
}
#home-1 h1 {
    color: #ff6700;
    font-size: 40px;
    font-weight: 800;
    padding: 40px 0 15px 0;
}
#home-1 p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
}
#home-contacto {
    padding: 60px 20px;
    background-color: #ff6700;
    color: #FFFFFF;
    text-align: center;
}
#contacto-input {
    background-color: #FFFFFF;
    height: 60px;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    max-width: 700px;
}
#contacto-input input {
    background-color: #FFFFFF;
    height: 60px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    width: calc(100% - 130px);
}
#contacto-input button {
    background-color: #2c2b3f;
    height: 60px;
    border-radius: 4px;
    border: none;
    float: right;
    padding: 0 30px;
    color: #FFFFFF;
}

#facturas {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.descargar-factura {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.descargar-factura h5 {
    float: left;
    width: calc(100% / 3);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}
.factura-importe {
    float: left;
    width: calc(100% / 3);
    font-size: 16px;
    line-height: 25px;
    color: #aaaaaa;
}
.factura-fecha {
    float: right;
    font-size: 15px;
    line-height: 25px;
    color: #dadada;
}
.descargar-factura button {
    text-align: center;
    float: right;
    color: #ff6700;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-left: 20px;
}
footer {
    background-color: #000000;
    padding: 20px 0;
}
footer p {
    font-size: 12px;
    color: #FFFFFF;
}