/*! 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;
}

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

}

@font-face{
  font-family: 'OpenSansLight';
  src: url('../fonts/Open_Sans/Open_Sans_Light/OpenSans-Light.eot');
  src: url('../fonts/Open_Sans/Open_Sans_Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Open_Sans/Open_Sans_Light/OpenSans-Light.svg') format('svg'),
       url('../fonts/Open_Sans/Open_Sans_Light/OpenSans-Light.woff') format('woff'),
       url('../fonts/Open_Sans/Open_Sans_Light/OpenSans-Light.ttf') format('truetype');       
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'OpenSansRegular';
  src: url('../fonts/Open_Sans/Open_Sans_Regular/OpenSans-Regular.eot');
  src: url('../fonts/Open_Sans/Open_Sans_Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Open_Sans/Open_Sans_Regular/OpenSans-Regular.svg') format('svg'),
       url('../fonts/Open_Sans/Open_Sans_Regular/OpenSans-Regular.woff') format('woff'),
       url('../fonts/Open_Sans/Open_Sans_Regular/OpenSans-Regular.ttf') format('truetype');       
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'OpenSansBold';
  src: url('../fonts/Open_Sans/Open_Sans_Bold/OpenSans-Bold.eot');
  src: url('../fonts/Open_Sans/Open_Sans_Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Open_Sans/Open_Sans_Bold/OpenSans-Bold.svg') format('svg'),
       url('../fonts/Open_Sans/Open_Sans_Bold/OpenSans-Bold.woff') format('woff'),
       url('../fonts/Open_Sans/Open_Sans_Bold/OpenSans-Bold.ttf') format('truetype');       
  font-weight: normal;
  font-style: normal;
}

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

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

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

.menuh {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background-color: #FFF;
}
img.logo-menuh-tlc {
    margin-top: 1em;
}
.menuh .navbar-nav {
    margin-top: 1.15em;
}
.menuh .navbar-nav li {
    margin-left: 2.5em !important;
}
.menuh .navbar-nav li a {
    font-family: "OpenSansLight", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

/* Estilo dos links do menu */
.menuh .active-link {
    color: #f32531 !important;
    padding-bottom: 0.5em !important;
    border-bottom: 2px solid #f32531;
}

.menuh .feature-link {
    color: #FFF !important;
    padding-right: 2.5em;
    padding-left: 2.5em;
    background-color: #f32531 !important;
}

.menuh-fixed {
    position: fixed !important;
    width: 100%;
    z-index: 99999;
    
}


.banner {
    padding: 0 !important;
    margin: 0 !important;
    background: url(../../public/images/banner-1-tlc.jpg) #333 no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    
}
/*.banner img {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}*/

.banner .banner-slider-1 {

}

.banner .banner-slider-2 {
   
}

.banner .banner-slider-4 {
  
}

.banner .banner-slider-5 {
   
}

.banner .banner-slider-3 {
    
}

.banner .title {
    font-family: "copseregular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.5em;
    color: #FFF;
    margin-top: 3em;
    margin-bottom: 1em;
}
.banner .subtitle {
    font-family: "OpenSansRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25em;
    color: #21201f;
}


/* ==========================================================================
   Seção contando a história da empresa
   ========================================================================== */
.slider-company {
    overflow: hidden;
    padding-bottom: 5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.slider-company .item {
    padding-top: 5em;
    padding-bottom: 5em;
}
.slider-company .slider__nav {
    position: relative;
    bottom: 0;
    float: left;
}

.slider-company .slider__nav .slider__nav-item {
    background-color: #ccc;
}
.slider-company .slider__nav .slider__nav-item--current {
    background-color: #333 !important;
}

.slider-company .title {
    font-family: "copseregular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2em;
    color: #4e4441;
    margin-bottom: 1em;
}
.slider-company .subtitle {
    font-family: "OpenSansNormal", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #4e4441;
    font-size: 1.25em;
}
.slider-company .description {
    font-family: "OpenSansLight", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #4e4441;
    font-size: 1.15em;
}

.slider-company .featured-image img {
    float: left;
    width: 100%;
    border: 10px solid #eee;
    box-shadow: -10px 10px 20px #333;
    transform:rotate(7deg);
    -ms-transform:rotate(7deg); /* IE 9 */
    -webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}


/* ==========================================================================
   Seção de valores da TLC Idiomas
   ========================================================================== */
.values-tlc {
    background: url(../../public/images/valores-tlc.jpg) #e2d2bf no-repeat;
    background-size: 100% auto;
    /*background-attachment: fixed;*/
}
.values-tlc {
    color: #4e4441;
}
.values-tlc .title {
    font-family: "copseregular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 3em;
    margin-top: 3em;
}
.values-tlc .description {
    font-size: 1.5em;
    margin-top: 1em;
}

.values-list {
    margin-top: 3em;
}
.values-list li {
    font-family: "copseregular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.75em;
    list-style: none;
    margin-bottom: 1em;
}


/* ==========================================================================
   Seção de depoimentos da TLC Idiomas
   ========================================================================== */
.depoiments {
    font-family: "OpenSansRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-top: 5em;
    padding-bottom: 8em;
    background-color: #f0f0f0;
}

.depoiments .item {
    margin-bottom: 4em;
}

.depoiments .title {
    margin-bottom: 2.5em;
}

.depoiments .company {
    margin-bottom: 2em;
}

.depoiments .featured-image img {
    float: left;
    width: 100%;
    border-radius: 100%;
    margin-bottom: 1em;
    transition: all 0.1s linear;
}
.depoiments .featured-image img:hover {
    cursor: pointer;
    padding: 5px;
    border: 5px solid #999;
    background-color: transparent;
    transition: all 0.1s linear;
}


/* ==========================================================================
   Seção de chamada para ação (CTA)
   ========================================================================== */
.cta {
    padding-top: 5em;
    padding-bottom: 5em;
}
.cta .title {
    font-family: "OpenSansRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 1em;
}

.btn-understand-proccess {
    font-family: "OpenSansLight", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.65em;
    margin-top: 2.25em;
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #9e171f;
    margin-bottom: 4em;
    background-color: #f32531 !important;
}
.btn-understand-proccess:hover {
    text-shadow: -1px -1px 1px #333;
    border: none;
    position: relative;
    top: 3px;
}

.illustration-map-footer img {
    float: left;
    width: 100%;
}



/* ==========================================================================
   Página de comece agora
   ========================================================================== */
.start-now .title {
    font-family: "OpenSansRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 2em;
}
.start-now .description {
    font-family: "OpenSansRegular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 3em;
    margin-bottom: 3em;
}








/* ==========================================================================
   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;
}



#nano a{
    display: block;
    float: right;
    width: 120px;
    height: 16px;
    background: url(bg/nanoincub.png) no-repeat top center;
    text-indent: -10000px;
}
#nano a:hover{
    background-position: bottom;
}



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

@media ( max-width: 720px ) {

    .banner {
        background-size: auto 100% !important;
        background-position: center top;
    }

    .banner .title {
        margin-top: 1em;
    }

    .slider-company {
        background-color: #FFF;
    }
    .slider-company .slider__item {
        overflow: hidden;
        background-color: #FFF;
    }

    .slider-company .description {
        text-align: center;
    }
    .slider-company .featured-image img {
        width: 70%;
        margin: 4em 0 4em 15%;
    }

    .slider-company .video-company {
        width: 80% !important;
        margin-top: 1em;
        margin-left: 10%;
    }

    .values-tlc {
        background-color: #e2d2bf;
        background-image: none;
        /*background-attachment: fixed;*/
    }

}

@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;
    }
}


