 body {
    font-family: 'Montserrat', sans-serif;
}
 .container-fluid {
    max-width: 800px;
    background: #e0e1e3;
}
 .white {
    color: #fff;
}
 .blue {
    color: #333f4f;
}
 .pink {
    color: #eb6860;
}
 .header{
    background-color: #0d7284;
    padding: 0 20px;
}
 .intro {
    width: 100%;
    display: block;
    margin: 20px 0;
}
 h1 {
    color: #FFFFFF;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 56px;
    margin-top: 45px;
    margin-bottom: 0;
}
 h2 {
    font-family: 'Just Another Hand', cursive;
    color: #f05d5d;
    font-size: 76px;
    margin-top: 0;
    text-align: center;
}
 h3 {
    color: #666666;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    font-size: 24px;
    text-align: center;
    line-height: 31px;
    margin: 30px 0;
}
 .footer h1{
    color: #849192;
    font-family: 'Just Another Hand', cursive;
    font-size: 46px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 9px;
}
 footer img{
    margin-right: 20px;
}
 .circle {
    background: #f05d5d;
    border-radius: 140px;
    color: #FFFFFF;
    height: 70px;
    font-family: 'Just Another Hand', cursive;
    display: inline-table;
    font-weight: 300;
    line-height: 40px;
    font-size: 72px;
}
 .circle span {
    display:table-cell;
    vertical-align:middle;
    height:70px;
    width:70px;
    text-align:center;
    padding: 0 15px;
}
 article .title{
    color: #FFFFFF;
    font-weight: 900;
    font-size: 32px;
    background-color: #0d7284;
    font-family: 'Merriweather', serif;
    padding: 5px 26px 0px;
    display: inline-table;
}
 article ul{
    padding-left: 0px;
    list-style: none;
}
 footer ul{
    list-style: none;
    padding-right: 20px;
    padding-left: 23px;
}
 footer ul li{
    margin-bottom: 40px;
}
 footer ul li.gripe {
    background: url(../img/gripe.png) no-repeat;
    padding: 6px 0;
    padding-left: 55px;
}
 footer ul li.antibiotico {
    background: url(../img/antibiotico.png) no-repeat;
    padding: 2px 0;
    padding-left: 55px;
    background-position: 6px;
}
 ul li{
    font-weight: 400;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #333333;
}
 article ul li{
    margin-bottom: 3px;
    background-position: 4px 5px !important;
    padding-left: 23px;
}
 article .column-label{
    font-size: 40px;
    margin-top: 20px;
    font-family: 'Just Another Hand', cursive;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}
 article {
    margin-bottom: 22px;
}
 article p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    color: #333333;
    margin-top: 20px;
}
 article .col-left .column-label{
    color: #388ba9;
}
 article .col-right .column-label{
    color: #f05d5d;
}
 article .col-left ul li{
    background: url('../img/dot-blue.png') no-repeat;
}
 article .col-right ul li{
    background: url('../img/dot-red.png') no-repeat;
}
 .content-row{
    background: #FFFFFF;
    overflow: auto;
}
 .content-row .content-col{
    background-color: #FFFFFF;
    padding-bottom: 32px;
}
 .col-left{
    border-right: 4px solid #e0e1e3;
}

@media (min-width: 700px){
    .col-sm-6 {
        width: 50%;
    }
}

 @media only screen and (max-width: 700px) {
     h1 {
        font-size: 37px;
        margin-top: 15px;
        text-align: center;
        margin: 10px;
    }
     h2 {
        font-size: 50px;
        text-align: center;
    }
     h3 {
        margin: 40px 20px;
        font-size: 14px;
        text-align: center;
        line-height: 22px;
    }
     h3 br{
        display: none;
    }
     .circle{
        display: table;
        line-height: 50px;
        font-size: 34px;
        height: 50px;
        margin: 9px auto;
    }
     .circle span{
        width: 50px;
        height: 50px;
    }
     article .title {
        color: #FFFFFF;
        font-weight: 900;
        font-size: 22px;
        padding: 8px 16px 7px;
    }
     article .column-label{
        text-align: left;
    }
     .content-row .content-col {
        background-color: #FFFFFF;
        padding-bottom: 0px;
    }
     .col-left {
        border-right: none;
    }
     .content-row{
        padding-bottom: 35px;
    }
     .footer h1 {
        font-size: 40px;
        text-align: left;
    }
     footer img{
        margin-right: 10px;
        height: 65px;
    }
     footer ul{
        padding-left: 7px;
    }
     footer ul li.antibiotico{
        background-position: 10px 0px;
    }
     footer ul li.gripe{
        background-position: 2px 2px;
    }
}
 @media only screen and (max-width: 414px) {
     .header-image img{
        display: none;
    }
     .header-image{
        height: 214px;
        background: url('../img/gripe-header-mobile.png') no-repeat;
        background-size: cover;
    }
}
