* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

/* @font-face {
    font-family: 'Oswald', sans-serif;
    src: url(Oswald.ttf);
} */
html {
    scroll-behavior: smooth;
}

:root {
    --var-celeste-alto: #55D3EE;
    --var-celeste-bajo: #66D6EE;
    --var-amarillo: #F0CB24;
    --var-rojo: #F63802;
    --var-negro: #565656;

}
body{
    background-color: #050505!important;
    width: 100%;
    padding: 5% 10%;

}
.book{
    width: 100%;
    background-color: white;
    padding: 4% 7% 2% 7%;
    box-shadow: rgb(38, 57, 77) 0px 10px 20px -15px;
    position: relative;

}
.reclamo{
    width: 100%;
}
.nav-book{
    width: 100%;
    text-align: center;
}
.nav-book img{
    width: 130px;
}
.nav-book h1{
    font-weight: 600;
    margin: 10px 0;
}
.labels{
    margin-left: 11px;
}
.title-reclamo h3{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding: 2% 1% 2% 1%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 25px 0;

}
.btn-regresar{
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
}
.btn-regresar a{
    background-color: var(--var-amarillo);
    text-decoration: none;
    padding: 10px 30px;
    color: white;
    border-radius: none;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}
.btn-regresar a:hover{
    color: white;
}
.madre{
    margin-left: 20px;
}
.iden-que{
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    padding: 20px 0 5px 0;
    margin: 10px 0;
}
.iden-que h3{
    font-weight: 600;
    font-size: 22px;
}
.final-btn{
    display: flex;
    justify-content: end;
}

.text-poli * {
    text-align: justify;
}

.text-poli{
    padding: 2%;
}
.text-poli h3{
    font-weight: 700;
    font-size: 18px;
}
.text-poli p{
    margin: 15px 0;
}
.arco{
    color: var(--var-amarillo);
    font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
    .btn-regresar{
        display: none;
    }
    body{
        padding: 0;
    }
    .book{
        padding: 30px 20px 5px 20px;
    }
    input{
        margin: 3px 0!important;
    }
    .madre {
        margin: 0;
    }
    .final-btn{
        width: 100%;
        justify-content: center;
        padding: 15px 30px;
    }
}
