* 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-color: #ffffff;
    border: 3px solid #e96c25;
}

.containers {
    display: flex;
}

/* Banner principal */

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

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

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

.index_phone ul li {
        float: left;
}

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

/* Lado central */

#central_side {
    flex: 1;
    min-width: 0;
    margin: 10px;
    margin-top: -1px;
}

article {
    margin: 20px;
}

article .portada {
    padding-bottom: 10px;
}

article .portada img {
    width: 100%;
}

article h1 {
    color: #bb4400;
    font-size: 42px;
    overflow-wrap: break-word;
}

article div.subtitle {
    padding: 10px;
    background-color: #ebebeb;
}

article div.subtitle p {
    overflow-wrap: break-word;
    font-style: italic;
    font-size: 20px;
    color: #463a33;
}

article p {
    font-size: 1.2rem;
    text-align: justify;
}

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

#social_phone {
    display: none;
}

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

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

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

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

    .index_phone ul li {
        float: left;
    }

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

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

    article h1 {
        font-size: 2rem;
    }

    article img {
        width: 100%;
    }

    #social_phone {
        display: grid;
        width: 90%;
        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;
    }
}
