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

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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,700,400);
body {
    min-width: 980px;
    font-family: 'Open Sans', sans-serif;
}

/*HEADER*/
header {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

header .logo {
    margin: auto;
    width: 280px;
}

    /*MENU*/
    #top-menu {
        width: 980px;
        margin: auto;
        margin-top: 40px;
        /*margin: 0 !important;*/
        padding: 0 !important;
        list-style: none !important;
    }

    #top-menu li {
        width: 16.66%;
        float: left;
        text-align: center;
    }

    #top-menu a {
        display: block;
        padding: 10px 10px;
        font-weight: lighter;
        font-size: 14px;
        color: #666;
        text-decoration: none;
    }

    #top-menu li.active, #top-menu li:hover {
        background-color: #93B5CD;
    }

    #top-menu a:hover, #top-menu li.active a {
        color: #ffffff;
        text-decoration: none;
    }
    /*MENU END*/

header .divider{
    width: 100%;
    margin-top: 20px;
}
header .divider div{
    float: left;
    width: 25%;
    height: 4px;
}
/*HEADER END*/


/*FOOTER*/
footer {
    width: 100%;
    border-top: 2px solid #93B5CD;
}

.footer-divider{
    margin-top: 40px;
}

footer .container-contato {
    background-color: #F8F6F1;
    padding: 30px;
}
/*FOOTER END*/


/*SECTION COMPONENTS*/
section {
    width: 100%;
}

.title {
    color: #7AA9BF;
    font-weight: lighter;
    margin-top: 40px;
    margin-bottom: 30px;
}

.subtitle {
    color: #7AA9BF;
    font-weight: lighter;
    margin-bottom: 20px;
}

a.fancybox, a.zoom {
    text-decoration: none;
    text-transform: lowercase;
    float: right;
    font-size: small;
    font-weight: lighter;
    color: #A3A3A3;
    padding-right: 22px;
    background-image: url('../img/zoom.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
}
/*SECTION COMPONENTS END*/


/*GENERICS*/
.f-left {
    float: left;
}
.f-right {
    float: right;
}

.container{
    margin: auto;
    width: 980px;
}
/*GENERICS END*/


/*FONTS*/
.font-xxsmall {
    font-size: xx-small;
}
.font-xsmall {
    font-size: x-small;
}
.font-small {
    font-size: small;
}
.font-medium {
    font-size: medium;
}
.font-large {
    font-size: large;
}
.font-xlarge {
    font-size: x-large;
}
.font-xxlarge {
    font-size: xx-large;
}

.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.lighter {
    font-weight: lighter;
}

.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.font-white{
    color: #FFFFFF;
}
.font-black {
    color: #000000;
}
.font-navy{
    color: #3B5A6B;
}
.font-gray {
    color: #A3A3A3;
}
.font-blue {
    color: #7AA9BF;
}
/*FONTS END*/



/*PÁGINAS*/
    /*HOME*/
    .capa-title {
        background-color: #3B5A6B;
        text-align: center;
        margin-top: 3px;
        padding: 10px;
    }
    .capa-title h1, .capa-title h2 {
        margin: 0;
    }
    .capa-banner {
        width: 100%;
    }
    /*HOME END*/

    /*INFRAESTRUTURA*/
    .lista-infra {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .lista-infra li:before {
        content: "• ";
        color: #FCB03F; /* or whatever color you prefer */
        font-size: x-large;
    }
    .lista-infra li{
        padding-left: 1em; 
        text-indent: -.7em;
        color: #A3A3A3;
        font-size: small;
        font-weight: lighter;
        margin: 10px 0;
    }
    .lista-infra li.font-medium {
    	font-size: medium;
    }
	
	.lista-infra li.font-gray {
	    color: #A3A3A3;
	}
    
    .lista-detalhe {
        list-style: none;
        padding: 0;
        margin: 0 20px;
    }
    .lista-detalhe li:before {
        content: "• ";
        color: #7AA9BF; /* or whatever color you prefer */
        font-size: x-large;
    }
    .lista-detalhe li{
        padding-left: 1em; 
        text-indent: -.7em;
        color: #A3A3A3;
        font-size: small;
        font-weight: lighter;
        vertical-align: middle;
    }
    
    .box-gray{
        background-color: #EFEEF6;
        padding: 5px;
    }
    /*INFRAESTRUTURA END*/
    
    /*CONTATO*/
    label {
        font-size: large;
        font-weight: normal;
        color: #A3A3A3;
    }
    input, textarea {
        width: 100%;
        border: 1px solid #7AA9BF;
    }
    button {
        border: 0;
        background-color: #7AA9BF;
        color: #fff;
        padding: 10px 25px;
    }
    /*CONTATO END*/
#fotos {
    width: 100%;
    text-align: center;
}
#fotos ul li {
    display: inline;
    width: 200px;
    height: 150px;
    float: left;
    border: 1px solid #000000;
    margin: 15px;
    list-style: none;
}
#fotos ul li img {
    width: 100%;
    height: 100%;
}
#fotos ul li a {
    width: 100%;
    text-decoration: none;
    color: #000000;
}




/*PÁGINAS END*/



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