* {
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: 'Andika', sans-serif; */
}

footer {
    width: 100%;
    background-color: #fdfce9 ;
    text-align: center;
}

.hori {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-img {
    display: flex;
    padding-top: 0%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.divlog {
    /* margin-left: 10%; */
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
    order: 1;
}

.divlog:hover {
    opacity: 0.9;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.log {
    width: 96.89px;
}

.fbLogo {
    cursor: pointer;
    z-index: 0;
	/* margin-right:25px; */
    height: 40px;
    width: auto;
}

.divfb {
	display:flex;
	flex-direction:row;
    margin-right: 10%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
    order: 3;
}

.fbLogo:hover {
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.arrow {
    margin-right: 10%;
    cursor: pointer;
    z-index: 0;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.arrow:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.groupButtons2 {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
    position: relative;
}

.links-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.social-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.groupButtons2 a:not(.fbLogo) {
    margin: 0 0px;
}

.groupButtons2 .fbLogo {
    height: 60px;
    width: auto;
    margin-left: 0px;
}

footer a:visited {
    color: #7fa8c5;
}

footer a:hover {
    color: #a0c2db;
    text-decoration: none;
}

footer a {
    background-color: #fdfce9!important;
    color: #7fa8c5;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    /* margin: 0px 20px auto 20px; */
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

footer a:focus {
    outline: none;
}

.groupButtons2 h2 {
    color: #7fa8c5;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
    font-family: "Playwrite CU", cursive;
}

.groupButtons2 p {
    color: #1a1919;
    line-height: 1.8;
    text-align: justify;
    font-family: "Lora", serif!important;
}

.divph {
    padding-bottom: 20px;
}

.ph {
    color: #1a1919;
    font-style: italic;
    text-align: center;
}

@media only screen and (max-width: 2000px) {
    footer a {
        font-size: 1.05em;
    }
}

@media screen and (max-device-width:1350px),
screen and (max-width:1350px) {
    .divlog {
        display: none;
    }
    .divfb {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .groupButtons {
        padding-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        order: 2;
        flex-wrap: wrap;
    }
    .ph {
        padding: 20px 5px;
    }
    .hori {
        order: 1;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        /* height: auto; */
    }
    .container-img {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .groupButtons2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .fbLogo {
        height: 60px!important;
    }
}

@media screen and (max-width: 1024px) {
    .container-img {
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }
    .groupButtons2 {
        padding-top: 10px;
    }
    .links-section, .social-section {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .groupButtons2 h2 {
        font-size: 1.1em;
        margin-bottom: 10px;
        text-align: center;
    }
    .groupButtons2 p {
        font-size: 1em;
        text-align: center;
    }
    footer a {
        font-size: 1em;
        padding: 10px;
        margin: 0 0 5px 0;
    }
}

@media screen and (max-width: 600px) {
    .container-img {
        flex-direction: column;
        align-items: center;
        padding-top: 5px;
    }
    .groupButtons2 {
        padding-top: 5px;
    }
    .links-section, .social-section {
        flex-direction: column;
        gap: 5px;
        margin-top: 5px;
    }
    .groupButtons2 h2 {
        font-size: 1em;
        margin-bottom: 5px;
        text-align: center;
    }
    .groupButtons2 p {
        font-size: 0.95em;
        text-align: center;
    }
    footer a {
        font-size: 0.95em;
        padding: 7px;
        margin: 0 0 3px 0;
    }
    .divph {
        padding-bottom: 10px;
    }
    .ph {
        font-size: 0.9em;
        padding: 20px 5px;
    }
}