* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
    text-shadow: 0 0 10px rgba(248, 247, 244, 0.7);
}

.header-container {
    background-color: #d3b4ac;
}

header p, h1 {
    color: #9d5a4d;
}

h1 {
    font-size: 1.5em;
}

h2, p {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

.secondary-title {
    font-size: 1.1em;
    font-weight: 600;
    color: black;
}

.top-header {
    margin-top: 10px;
    padding: 10px 15px 0px;
}

.header-text {
    padding: 10px 15px;
}

.img-logo {
    width: 7rem;
}

.servicios-main {
    background-color: #bc9484;
}

.servicios-text {
    color: #86534d;
    padding: 10px 15px;
}

.servicios-card {
    color: white;
    background-color: #9d5a4d;
    width: 85%;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 1.2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.servicios-card:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.makeup {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('./images/model-4900868_640.jpg');
}

.selfmakeup {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('./images/face-5528557_640.jpg');
}

.novias {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('./images/girl-in-flowers-1374223_640.jpg');
}

.servicios-page {
    background-color: white;
    min-height: 600px;
}

.servicios-detail {
    color: black;
    width: 85%;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.servicios-detail h3 {
    margin-bottom: 0;
}

.servicios-detail h4 {
    margin-bottom: 1.2rem;
}

.makeup-detail {
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
}

ul {
    list-style-position: inside
}

footer {
    background-color: #dcc9c0;
    color: #9d5a4d;
}

footer h4 {
    padding-top: 10px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

footer p {
    padding: 10px;
}

.wsp{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 10px;

}

.insta, .youtube {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .img-logo {
        width: 6rem;
    }

    .servicios-detail {
        width: 40%;
    }
}

@media (min-width: 1440px) {
    .img-logo {
        width: 7rem;
    }

    .servicios-detail {
        width: 25%;
    }
}
