
/* ======
    RESET
====== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ======
    Estilos globales 
====== */

html,body{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
body{
    background: #e5e5e5;
}
.mw{
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
}
    .row{
        display: table;
        width: 100%;
    }
        .col{
            display: block; 
            width: 100%;
            }
          .banner-header,
          .banner-sidebar,
          .banner-footer{
            margin: 0 auto;
        }

/* ======
    Header
====== */

header{
    border-top: 11px solid #3DAAE8;
}   
    header .col-logo .logo{
        text-align: center;
        padding: 0 1em;
        margin: 0 auto;
    }
        header .col-logo .logo h1{
            font-family: 'Montserrat', sans-serif;
            font-size: 1.714em;
            color: #000;
            margin: 2.5em 0 .714em 0;
        }
            header .col-logo .logo .tags{
                line-height: 1.167em;
                font-size: .857em;
                color: #A9A9A9;
            }
        .col-banner {
	        min-width: 300px;
        }
.banner-header{
    margin: 2.571em auto 2.143em;
}

/* ====== 
    Principal image
====== */

.principal-image{
    background: url(../img/img-1.png) transparent no-repeat 50% 50%;
    background-size:cover;
    height: 240px;
}

/* ======
    Content
====== */

.content{
    padding: 0 10px;
}
    .content .title{
        font-size: 1.286em;
        color: #3DAAE8;
        margin-top: 2.143em;
    }
    .content p{
        line-height: 1.429em;
        color: #4C4B4B;
        margin: 1.643em 0;
        padding-top: inherit;
        padding-bottom: inherit;
    }
    .img-content{
        width: 100%;
    }
        .img-content img{
            width: 49%;
        }
.sidebar .content {
	padding-top: 1em;
}
/* ======
    Footer
====== */

footer{
    padding: .714em;
    background: rgba(61,169,232,0.09);
}


/* ======
    Querie Tablet
====== */
@media screen and (min-width:768px){ 

.col{
    display: table-cell;
    vertical-align: top;
}
.left {
    float: left;
    padding-right: 150px;
    margin-right: -150px;
    width: 100%;
}
.content {
    width: auto;
}
.banner-header,
.banner-footer{
        width: 468px;
        height: 60px;
    }
header{
    border-top: 10px solid #3DAAE8;
}   
    header .col-logo{
        vertical-align: middle;
    }
        header .col-logo .logo{
            text-align: left;
        }
        header .col-logo .logo h1 {
            word-break: break-all;
            font-size: 15px;
            font-size: 2vw!important;
            margin: 0;
        }
    header .col-banner {
        width: 468px;
        padding-right: 10px;
    }
        .banner-header{
            margin: 1.786em auto 2.143em;
        }
.content p{
    color: #4D4D4D;
}
.sidebar {
    width: 150px;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 6.8em;
}
footer{ 
    clear: both;
    padding: 3.214em 0;
}

}

/* ======
    Querie Desktop
====== */
@media screen and (min-width:900px) {

.banner-header,
.banner-footer{
    width: 728px;
    height: 90px;
}
.left {
    float: left;
    padding-right: 330px;
    margin-right: -330px;
    width: 100%;
}
.sidebar {
    width: 330px;
    float: right;
}
.sidebar .content {
	padding-top: 0;
}
header .col-logo {
    width: auto;
}
header .col-banner {
    width: 728px;
    padding-right: 10px;
}    
.content p{
    color: #4D4D4D;
}
footer{
    clear: both;
    padding: 5.357em 0;
}

}

