/* GENERALES */
* {
    box-sizing: border-box;
}

body {
    margin: auto;
    font-family: 'Roboto', Helvetica, sans-serif;
    background: linear-gradient(145deg, rgba(179, 0, 255, 0.1) 10%, rgba(0, 230, 226, 0.1) 65%);
}

h1 {
    font-size: 2.1em;
    color: #7c0c77;
}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
p {font-size: 1.1em;
    color: #049693;
}
h2 span {
    display: block;
    font-size: .8em;
}

.container {
    margin: auto;
    display:flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 900px;
}

/* ------------------------------------------ */

main.container {
    height: auto;
}

/* HEADER */
header.container{
    padding: 25px 0px 0px;
    display:flex;
    flex-direction: column;
    align-items: center;
    max-width: 356px;
    text-align: center;
    font-size: medium;
    height: auto;
    
}

.logotipo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    padding: .5em .5em .2em;
    margin: 0;
}

header img.logo {
    width: 70px;
    height: 70px;
    border-radius: .75em;
}

header span {
    display: block;
    font-size: .6em;
}

header .slogan {
    color: black;
    font-size: 1.1em;
    width: auto;
    padding: .3em .3em .3em;
    max-width: 900px;
    margin: auto;
}

.logo {
    margin: 15px 15px 15px 0px;
}
/* ------------------------------------------ */


/* MAIN */

.cards {
    position: relative;
    display: inline-block;
    text-align: center;
}

.card-text {
    position: absolute;
    top: 17%;
    left: 28%;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: whitesmoke;
    text-shadow: 3px 3px 3px #111110f3;

}

.banner {
    width: 365px;
    height: auto;
    padding: 40px 0;
    margin-top: 10px;
    margin-bottom: 25px;
}
/* ------------------------------------------ */


/* FOOTER */
footer{
    background: rgba(255, 247, 247, 0.45);
}

footer div.container {
    padding: 0px;
    display:flex;
    flex-direction: row;
    align-items:center;
    flex-wrap: wrap;
}

footer div.container div {
    flex: 3;
    min-width: 365px;
    padding: 15px;
}

footer img.logo {
    width: 50px;
    height: 50px;
    border-radius: .75em;
}

footer div.logotipo {
    display: flex;
    flex-direction: row;
    align-content: start;
    justify-content: flex-start;
    align-items: center;
    padding: .2em .5em .1em;
    margin: 0;
}

footer div.logotipo h2 {
    font-size: 1.8em;
    color: purple;
}

footer span {
    display: block;
    font-size: .6em;
}

.slogan-resume p {
    color: #0e5857;
    font-size: .98em;
    margin-top: 0px;
    margin-bottom: 1em;
}

.social {
    color: #0e5857;
    font-size: .9em;
    text-align: start;
    padding: .3em .5em .1em;
}

.social img {
    width: 45px;
}

.footer-links h3{
    color: #800080;
    font-size: .9em;
    margin-left: 15px;
}

.footer-links a {
    color: rgba(14, 88, 87, 0.606);
    font-size: .7em;
    text-decoration: none;
    margin-right: .9em;
    margin-left: 15px;
}

hr {
    border: 0;
    height: 1px;
    background-color:#0e58572f;
    margin: 1em 0;

    
}
.footer-links a:hover {
    color: rgb(14, 88, 87);
    font-weight:bold;
}

.apks img{
    width: 140px;
}

.copyrigth {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.copyrigth p {
    text-align: center;  
}

.small {
    color:#0e5857;
    text-align: center;
}

#mexa {
    font-size: large;
    font-weight: bold;
    color: purple;
}

#bandera-mx {
    height: 2em;
}








