/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Font's custom
   ========================================================================== */

@font-face {
    font-family: 'GeoSlab703MdBTBold';
    src: url('fonts/geometricslab703bt-bold-webfont.eot');
    src: url('fonts/geometricslab703bt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geometricslab703bt-bold-webfont.woff') format('woff'), url('fonts/geometricslab703bt-bold-webfont.ttf') format('truetype'), url('fonts/geometricslab703bt-bold-webfont.svg#GeoSlab703MdBTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Icon's custom
   ========================================================================== */
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-mdypqn');
    src:url('fonts/icomoon.eot?#iefix-mdypqn') format('embedded-opentype'),
    url('fonts/icomoon.woff?-mdypqn') format('woff'),
    url('fonts/icomoon.ttf?-mdypqn') format('truetype'),
    url('fonts/icomoon.svg?-mdypqn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-social_media_s_bg:before {
    content: "\e605";
}
.icon-consultoria_s_bg:before {
    content: "\e602";
}
.icon-analytics_s_bg:before {
    content: "\e603";
}
.icon-video_s_bg:before {
    content: "\e604";
}
.icon-performance_s_bg:before {
    content: "\e606";
}
.icon-paid_search_s_bg:before {
    content: "\e607";
}
.icon-organic_search_s_bg:before {
    content: "\e608";
}
.icon-mobile_s_bg:before {
    content: "\e609";
}
.icon-email_s_bg:before {
    content: "\e60a";
}
.icon-display_s_bg:before {
    content: "\e601";
}
.icon-creative_design_s_bg:before {
    content: "\e60b";
}
.icon-affiliation_s_bg:before {
    content: "\e600";
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.site {
    width: 760px;
    margin: 0 auto;
    padding: 20px 0 0 45px;
}

header {

}

.content-text h1 {
    font: normal 57px/58px 'GeoSlab703MdBTBold', sans-serif;
    margin: 20px 0 7px 0;
}

.content-text h3 {
    font: normal 13px/14px Georgia, "Times New Roman", Times, serif;
    color: #808080;
    margin: 0px 0 45px 0;

}

.content-text span {
    color: #ee7326;

}

.content-text cite {
    color: #000;
    font-style: normal;
}

.content-icons p {
    font: normal 14px/15px Georgia, "Times New Roman", Times, serif;
    color:#000;

}

.icons-list {
    display: block;
    float: left;
    padding-bottom: 50px;
}

.icons-list ul {
    display: block;
    float: left;
    margin-left: -70px;
}

.icons-list li {
    width: 130px;
    height: 100px;
    list-style: none;
    float: left;
    margin-bottom: 9px;
    text-align: center;
}

.icons-list li:first-child {
    margin-left: 0;
}



.icons-list li a:before {
    font-family: 'icomoon';
    color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 53px;
    background: #737a7e;
    z-index: 10;
    margin: auto;
    font-size: 53px;
    text-decoration: none;
    clear: both;
    float: none;
    display: block;
    line-height: 53px;
}


.no-borderradius .icons-list li a:before {
    background: url("../img/bg-noradius.png") no-repeat;
    width: 53px;
    height: 53px;
}


.icons-list li a {
    text-decoration: none;
    font: normal 12px/13px Georgia, "Times New Roman", Times, serif;
    color: #808080;
    cursor: default;
}

.icons-list .contact {
    display: block;
    float: left;
    width: 200px;
    height: 40px;
    color: #FFF;
    font: bold 16px/40px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    padding-left: 20px;
    background: #ee7326;
}

.icons-list .contact:before {
    font-family: 'icomoon';
    font-weight: normal;
    color: #fff;
    width: 35px;
    height: 53px;
    font-size: 32px;
    display: block;
    float: left;
}

.icons-list .contact:after {
    content: ">";
    font-weight: bolder;
    color: #fff;
    width: 35px;
    height: 55px;
    margin-left: 67px;
}

footer {
    height: 37px;
    background: #1a1818;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}


footer .content {
    width: 800px;
    margin: 0 auto;
    line-height: 37px;
}

footer .content .left {
    font: bold 12px/37px "arial", "Times New Roman", Times, serif;
    color: #FFF;
    margin-right: 50px;
}

footer .content .left cite {
    font-style: normal;
    color:#f08643;

}


footer .content a {
    font: bold 12px/37px "arial", "Times New Roman", Times, serif;
    color:#f08643;
    text-decoration: none;

}

footer .content p {
    color:#f08643;
    display: inline;
}

footer .content .right p:first-child {
 margin-right: 15px;
}

footer .content .right {
    font: bold 10px/37px "arial", "Times New Roman", Times, serif;
    color: #FFF;
    float: right;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
