html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
}

span {
    color: #FF6600;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

p {
    font-family: 'Rubik', sans-serif;
}

.negrita {
    font-weight: 700;
}

i {
    font-size: 1.2rem!important;
    margin: 0 1rem;
    font-weight: 500!important;
}

.centrar {
    text-align: center;
}

h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem!important;
    color: #444442;
}

.site {
    width: 100%;
    padding-top: 1rem;
}

.menu {
    display: flex;
    justify-content: center;
}

.menu ul li {
    display: block;
    list-style: none;
    margin: 0 0.1rem!important;
    font-size: 18px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .menu ul li {
        float: right;
        list-style: none;
        margin: 0 1rem;
        font-size: 18px;
    }
}

.contacto {
    font-weight: 600;
}

.menu ul li a {
    text-decoration: none;
    color: #000000;
    padding: 10px 20px 10px 20px;
    font-family: 'Rubik', sans-serif;
}

.menu ul li a:hover {
    background-color: #FF6600;
    color: #ffffff;
    padding: 8px 60px 8px 60px;
}

@media only screen and (min-width: 768px) {
    .menu ul li a:hover {
        background-color: #FF6600;
        color: #ffffff;
        padding: 8px 20px 8px 20px;
    }
}

img {
    width: 100%;
}

.box {
    border: 0.5px solid rgb(235, 231, 231);
    margin-bottom: 1rem;
    background-color: #ffffff;
}

.box img {
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .box img {
        padding-bottom: 10px;
    }
}

.box p {
    text-align: center;
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    .efecto :hover,
    p,
    img,
    button {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
}

.fondo {
    background-image: url("../imagen/moda.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

@media only screen and (min-width: 768px) {
    .fondo {
        background-image: url("../imagen/moda.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }
}

.titulo-menu {
    margin-left: 1.5rem;
    width: 50%;
}

.titulo-menu p {
    text-align: left;
    font-size: 1.9rem;
}

@media only screen and (min-width: 768px) {
    .titulo-menu {
        margin-left: 10rem;
    }
    .titulo-menu p {
        text-align: left;
        font-size: 2.5rem;
        padding-top: 10rem;
        font-weight: 600;
        font-family: 'Rubik', sans-serif;
    }
}