* p {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
}

* li {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
}

* a {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #be051a;
}

* h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

* h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

* h3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 112.5,
    "YTLC" 500;
}

* em {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

* em a{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
    color: #be051a;
}

* strong {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

body{
    background-color: #FFE2BA;
}

/* Página principal */

main {
    width: 60rem;
    margin: 0 auto;
    background: linear-gradient(#fff8f5, #ffd3ba);
    border: 3px solid #e96c25;
}

.containers {
    display: flex;
    margin: 20px;
}

/* Banner principal */

#banner {
    background: linear-gradient(to right, #E96C25, transparent);
}

#banner img {
    width: 80%;
    margin: auto;
    display: block;
}

/* Lado izquierdo */

#left_side {
    width: 13.2em;
    height: 100%;
    border: 3px solid #e96c25;
    background-color: #ffb78f;
    border-radius: 15px;
}

.index_phone {
    display: none;
}

#social_phone {
    display: none;
}

    /* Índice */

.index {
    margin: 5px;
    background-color: #ffe2ba;
    border: 2px solid #e96c25;
    border-radius: 15px;
}

.index h3 {
    text-align:center ;
    margin: auto;
    margin-top: 5px;
    color: #bb4400;
    text-shadow: 1px 1px 2px #fff5e1;
}

.index ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    margin: 5px;
    margin-bottom: 5px;
}

.index li a {
    display: block;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 8px 16px;
    margin-bottom: 5px;
    border: 2px double #e96c25;
    border-radius: 15px;
    color: #802200;
    background: linear-gradient(#ffdfcd 0%, transparent 15%),
                linear-gradient(#ffe2ba, #ffa06b 85%, #f5495d 100%);
    text-shadow: 1px 1px 2px #fff5e1;
    box-shadow: 1px 1px 2px;
}

.index li a:hover {
    box-shadow: 2px 2px 10px #f5495d;
}

.index li a:active{
    color: #fff5e1;
    box-shadow: 2px 2px 20px #f2534a inset;
}

    /* Estado de comisiones */

.commission_status {
    margin: 5px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    background-color: #ffe2ba;
    border: 2px solid #e96c25;
    border-radius: 15px;
}

.commission_status img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

    /* Botones */

.buttons {
    margin: 10px;
    padding: 5px 5px;
}

/* Lado central */

#central_side {
    flex: 1;
    min-width: 0;
    margin: 10px;
    margin-top: -1px;
    background-color: #fff8f5;
    border: 2px solid #e96c25;
    border-radius: 25px;
}

.content {
    margin: 20px;
}

.content h1 {
    color: #bb4400;
    overflow-wrap: anywhere;
    text-shadow: 1px 1px 2px #fff5e1;
    background:linear-gradient( to left, transparent, #ffe2ba);
    padding: 10px;
    border-radius: 10px;
}

.content img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    body {
        background: linear-gradient(#fff7f3, #ffd3ba);
    }

    main {
        width: 100%;
        border: none;
    }

    .containers {
        display: grid;
        place-items: center;
    }

    .index {
        display: none;
    }

    .index_phone {
        display: inline;
    }

    .index_phone ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #E96C25;
    }

    .index_phone ul li {
        float: left;
    }

    .index_phone ul li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    #left_side {
        width: 100%;
        height: auto;
        order: 2;
        margin-top: 30px;
    }

    .commission_status {
        display: none;
    }

    #central_side {
        order: 1;
        width: 100%;
        display: grid;
        margin: 0;
        padding: 0;
    }

    .content p {
        padding: 10px;
    }

    #social_phone {
        display: grid;
        margin:10px ;
        background-color: #ffe2ba;
        border: 2px solid #e96c25;
        border-radius: 15px;
    }

    #social_phone img {
        float: left;
        margin: auto;
        width: 1.2rem;
    }

    #social_phone p {
        text-align: center ;
        color: #bb4400;
        text-shadow: 1px 1px 2px #fff5e1;
    }

    #social_phone ul {
        list-style-type: none;
        padding: 0;
        width: auto;
        margin: 5px;
        margin-bottom: 5px;
    }

    #social_phone li a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 8px 16px;
        margin-bottom: 5px;
        border-radius: 15px;
        color: #802200;
        background: #ffb78f;
    }
}
