/*! 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
   ========================================================================== */

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

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: #E92818;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #E92818;
    color: #FFF;
    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;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* RESET */

html,
body,
* {
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

p {
    color: #34495E;
}

.error {
    color: #E92818;
}


.background-red {
    background-color: #69120B;
    color: #FFF;
}

.uppercase {
    text-transform: uppercase;
}

/**** PÁGINA INICIAL ****/

.row {
    margin-top: 20px;
}

/* HEADER NAV */

header#header-layout {
    background-color: #69120B;
    text-align: center;
    background-position: 0 0;
    border-bottom: 5px solid #E92818;
}

    header#header-layout img.img-responsive {
        position: relative;
        top: 15px;
    }

    header#header-layout .full-width {
        margin: 0;
        padding: 0;
        background-image: url("../img/background-coqueirinho.jpg");
        background-position: 0 -195px;
        background-size: cover;
        height: 180px;
    }

.navbar-toggle .icon-bar {
    border: 1px solid #FFF;
}

header#header-layout nav {
    background-color: #69120B;
    border: 0;
    margin: 0;
}

    header#header-layout nav ul {
    }

    header#header-layout nav a {
        color: #FFF;
        font-size: 14px;
        padding: 15px 13px !important;
    }

        header#header-layout nav a:hover,
        header#header-layout nav a:focus,
        nav .active {
            background-color: #E92818;
            color: #FFF;
        }

ul.dropdown-menu a:hover {
    background-color: #69120B !important;
    color: #FFF !important;
}


.dropdown-menu {
    margin-top: 1px !important;
}

.dropdown-toggle .glyphicon {
    font-size: 10px;
}

@media (min-width: 768px) {
    header#header-layout nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}
/* SLIDER */

.slide-fulltop {
    margin: 0 !important;
    padding: 15px 0 !important;
    background: url(../img/bg.png) #69120B 0px 12px;
    border-bottom: 5px solid #E92818;
}

    .slide-fulltop .carousel-inner a.title-carousel h6 {
        color: #FFF;
        font-weight: bold !important;
        transition: all 0.25s ease 0s;
    }

        .slide-fulltop .carousel-inner a.title-carousel h6:hover {
            text-decoration: underline;
            margin-left: 4px;
        }

    .slide-fulltop .carousel-inner p {
        color: #FFF;
    }

    .slide-fulltop .carousel-inner a img.img-responsive {
        transition: all 0.25s ease 0s;
        border: 3px solid #FFF;
    }

        .slide-fulltop .carousel-inner a img.img-responsive:hover {
        }

ol.carousel-indicators li {
    border-radius: 10px !important;
    border: 1px solid #FFF;
}

    ol.carousel-indicators li.active {
        background-color: #FFF;
    }

/* PALAVRA PRESIDENT HOME */

.palavraPresidente h2 {
    font-weight: 100;
}

.palavraPresidente {
    text-align: center;
}

/* VANTAGENS SECTION */

.vantagensSection h3 {
    font-weight: 100;
}

.vantagensSection {
    background-image: url(../img/background-coqueirinho.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.backgroundTransparent {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 150px 50px;
}

    .backgroundTransparent .listaVantagens {
        list-style: circle;
    }

.listaVantagens {
    color: #14273b;
    font-weight: bold;
}


/* FOOTER */

footer#front {
    background-color: #5D0F09 !important;
    padding: 20px !important;
    border-top: 5px solid #E92818;
}

    footer#front p {
        color: #260000;
    }

    footer#front a {
        color: #E92818 !important;
    }

.footer-container#front {
    margin: 10px 0;
}
.img-footer {
    border: 2px solid #400a05;
    border-radius: 10px;
}
/* PÁGINA CONVENIADOS */

.caption small {
    font-size: 12px;
}

.caption p {
    font-size: 14px;
}

.caption h5 {
    font-size: 20px;
}

/* PAGINA BLOG */

.blog-post-texto h1 {
    font-size: 30px;
}

.blog-post-texto h2 {
    font-size: 25px;
}

.blog-post-texto h3 {
    font-size: 20px;
}

.blog-section h1, .blog-section h2, .blog-section h3, .blog-section h4, .blog-section h5, .blog-section h6 {
    font-size: 18px;
    font-weight: normal;
}

.blog-img img {
    height: 350px;
    border: 4px solid #E92818;
    margin: 10px;
}

/* PAGINA LOGIN */

#loginAdmin {
    max-width: 500px;
    margin: 130px auto 0;
    padding: 80px 80px 80px 85px;
}

.msg-action {
    margin-top: 20px;
}

#back {
    margin: 20px;
}

/* PAGINATION */

.pagination-container {
    text-align: center;
}

.pagination ul li > a:hover, .pagination ul li > a:focus {
    background-color: #E92818 !important;
    border-color: #E92818 !important;
    color: #FFF;
}

.pagination ul li.active > a {
    background-color: #E92818 !important;
    border-color: #E92818 !important;
    color: #FFF !important;
}

/* ==========================================================================
   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;
    }
}

.color-white {
    color: #fff !important;
}