*{
    margin: 0;
    padding: 0;
    width: auto;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.head-logo{
    text-align: center;
}
.head-logo img{
    width: 50%;
}
.head-logo h1{
   font-family: "Delicious Handrawn", cursive;

}

main {
    flex: 1;
    display: flex;
}

section.content-info{
    margin-top: 2em;
    width: 100%;
}

section.content-info .container,
section.content-info .row {
    height: 100%;
}

.col-md-6 {
    display: flex;
    flex-direction: column;
}

.img-center {
    margin-top: auto; 
}


.sty-hs h2, .sty-hs h3{
    font-family: "Caveat Brush", cursive;
    text-align: center;
    font-size: 2em;
    letter-spacing: -2px;
    line-height: 90%;
}
.sty-hs h2 a, .sty-hs h3 a{
    text-decoration: none;
    cursor: pointer;
    color: #298CCC; 
}
.sty-hs h2 a:hover , .sty-hs h3 a:hover{
    color: #293fcc;
}

.img-center, .img-comic {
    text-align: center;
}
.img-center img{
    display: block;
    width: 100%;
}

.img-comic img{
    width: 13em;
}
.flex-sec-right{
    display: flex;
    align-items: center;
}
.img-flec-right img{
    width: 6em;

}
.img-flec-left{
    text-align: center;
}
.img-flec-left img{
    width: 7em;
}

footer {
    margin-top: auto;
    position: relative;
    padding-bottom: 0em;
}

.content-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #298CCC;
    padding: 8px 200px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.foot-a a{
    text-decoration: none;
    color: white;
}

.logo-simiescuela{
    position: absolute;
    bottom: 0px;
    right: 0;

}
.logo-simiescuela img{
    width: 12em;
}

@media (max-width: 767.98px) {
    .col-farmacias {
        order: 1;
    }
    .col-franquicias {
        order: 2;
    }
    .col-center {
        order: 3;
    }

    .head-logo img{
        margin-top: 1em;
        width: 100%;
    }

    .head-logo h1{
    font-size: 2em;

    }
    .img-center {
        margin-top: 3em; 
    }


    .sty-hs h2, .sty-hs h3{
        font-size: 2.8em;
    }

    .content-footer{
        display: block;
        padding: 10px 0px 20px 20px;
    }
    .logo-simiescuela img{
    width: 8em;
}



}

@media (max-width: 321px) {
    .logo-simiescuela img{
    width: 5em;
}

}