/*! 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: 2em;
    line-height: 1.4;
    overflow-x: hidden;
}

/*
 * 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
   ========================================================================== */

/* CSS Base */

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row,
.row .row {
    margin: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}
/* End - CSS Base */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Light.otf') format('opentype'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.otf') format('opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.otf') format('opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Black.otf') format('opentype'), url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf') format('truetype'), url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: 'Gotham', sans-serif;
    background-image: url(/img/TMI.jpg);

}

h1, h2, h3, h4, h4 {
    font-family: 'Gotham', sans-serif;
    margin: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
}

.all {
    min-width: 1170px;
    width: 100%;
    height: auto;
}
/* Header */
#header {
    width: 100%;
    background-color: #E9E9E8;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 25px;
}
    /* top header */
    #header .contact-header {
        width: 100%;
        height: 32px;
        background-color: #3D6D72;
        border-bottom: 2px solid #ff6f03;
    }

        #header .contact-header p {
            margin: 0;
            line-height: 32px;
            font-size: 14px;
            color: #fff;
            text-align: right;
        }

    /* Logotipo */
    #header #logo {
        z-index: 2;
        margin-top: 0px;
        float: left;
    }

#logo img {
    height: 70px;
    margin-top: 15px;
    margin-left: 10px;
}

/* Main menu navigation */
#menu ul li a {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0 15px;
    margin-left: 0px;
    line-height: 100px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    font-weight: 500;
}

    #menu ul li a:hover,
    #menu ul li a.active {
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
        background-color: #000;
    }

#cor a:hover,
#cor ul li {
    background-color: #01A199;
}

#pesquisarEscola {
    background-color: #01A199;
}

#inscricao {
    background-color: #7FAC47;
}


#resultado {
    background-color: #7FAC47;
}

#consultarInscricao {
    background-color: #EDBB38;
}

#calendario {
    background-color: #EF8635;
}

#regras {
    background-color: #D14745;
}

#duvidas {
    background-color: #0B94C0;
}

#vagas {
    background-color: #8EBA48;
}

@media (max-width: 767px) {
    #menu ul li a {
        line-height: 50px;
    }
}

/* Footer */
footer#footer {
    width: 100%;
    height: 65px;
    background-color: #0000FF;
    position: fixed;
    bottom: 0px;
}

    footer#footer a:link {
        text-decoration: none;
        color: White;
    }

    footer#footer p {
        margin: 0;
        line-height: 65px;
        color: #fff;
        text-align: center;
    }

/* =======================
    PÁGINAS - Formulários
============================*/
#conteudo {
    width: 100%;
    margin-top: 120px;
    min-height: 570px;
    /*background-image: url(/img/bg4.jpg);*/
}

    #conteudo h2 {
        margin-bottom: 30px;
    }

    #conteudo h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 7px;
    }


    #conteudo .textbox {
        height: 42px;
        width: 100%;
        border: 1px solid #3D6D72;
        background-color: transparent;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 200;
        color: #3D6D72;
        font-family: 'Open Sans', sans-serif;
    }

input[type=text][disabled="disabled"] {
    height: 42px;
    width: 100%;
    border: 1px solid #3D6D72;
    background-color: #E9E9E8;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 200;
    color: #3D6D72;
    font-family: 'Open Sans', sans-serif;
}

#conteudo .textbox [disabled="disabled"] {
    background-color: yellow;
}

#titulo-pesquisa {
    margin-bottom: 30px;
}

#titulo p {
    color: #fff;
    padding: 15px 0px 0px 0px;
    font-weight: 600px !important;
    margin-top: 12px;
}

.destaque {
    color: #0000FF;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}



.first-part span {
    display: block;
    margin-bottom: 10px;
}

    .first-part span > label {
        font-family: "Open Sans", arial, sans-serif;
        font-size: 12px;
        display: inline-block;
        width: 180px;
    }

.second-part,
table {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
}

#conteudo .formulario p.p_grifo,
.p_grifo {
    font-family: "Open Sans", arial, sans-serif;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #3D6D72;
    margin: 30px 0 10px;
}

.formPerc {
    width: 30px;
    margin: 5px 0;
}

.imputBig {
    width: 360px;
}

.textArea {
    height: 60px;
    width: 400px;
    display: block;
}

.table_receitas,
.table_receitas td,
.table_receitas tr {
    border: none;
}

    .table_receitas input {
        margin: 5px 0;
    }


/* ==========================================================================
   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;
    }
}

@media (min-width: 992px) {
    .menu {
        right: 180px;
    }
}




.left10 {
    margin-left: 10px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top25 {
    margin-top: 25px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top60 {
    margin-top: 60px;
}

.top70 {
    margin-top: 70px;
}

.top80 {
    margin-top: 80px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom60 {
    margin-bottom: 60px;
}

.padding5 {
    padding: 5px 5px 5px 5px;
}

.padding10 {
    padding: 10px 10px 10px 10px;
}

.padding30 {
    padding: 30px 30px 30px 30px;
}

.padtop5 {
    padding-top: 5px !important;
}

.padtop10 {
    padding-top: 10px !important;
}

.padtop15 {
    padding-top: 15px !important;
}

.padtop25 {
    padding-top: 25px !important;
}

.padtop25 {
    padding-top: 25px !important;
}

.padtop30 {
    padding-top: 30px !important;
}

.padtop35 {
    padding-top: 35px !important;
}

.padtop40 {
    padding-top: 40px !important;
}

.padtop45 {
    padding-top: 45px !important;
}

.padtop50 {
    padding-top: 50px !important;
}

.padtop55 {
    padding-top: 55px !important;
}

.padtop60 {
    padding-top: 60px !important;
}

.padtop-5 {
    margin-top: -5px !important;
}

.padtop-10 {
    margin-top: -10px !important;
}

.padtop-15 {
    margin-top: -15px !important;
}

.padtop-25 {
    margin-top: -25px !important;
}

.padtop-25 {
    margin-top: -25px !important;
}

.padtop-30 {
    margin-top: -30px !important;
}

.padtop-35 {
    margin-top: -35px !important;
}

.padtop-40 {
    margin-top: -40px !important;
}

.padtop-45 {
    margin-top: -45px !important;
}

.padtop-50 {
    margin-top: -50px !important;
}

.padtop-55 {
    margin-top: -55px !important;
}

.padtop-60 {
    margin-top: -60px !important;
}

.padbottom0 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.padbottom5 {
    padding-bottom: 5px !important;
}

.padbottom10 {
    padding-bottom: 10px !important;
}

.padbottom15 {
    padding-bottom: 15px !important;
}

.padbottom25 {
    padding-bottom: 25px !important;
}

.padbottom25 {
    padding-bottom: 25px !important;
}

.padbottom30 {
    padding-bottom: 30px !important;
}

.padbottom35 {
    padding-bottom: 35px !important;
}

.padbottom40 {
    padding-bottom: 40px !important;
}

.padbottom45 {
    padding-bottom: 45px !important;
}

.padbottom50 {
    padding-bottom: 50px !important;
}

.padbottom55 {
    padding-bottom: 55px !important;
}

.padbottom60 {
    padding-bottom: 60px !important;
}

.padbottom-5 {
    margin-top: -5px !important;
}

.padbottom-10 {
    margin-top: -10px !important;
}

.padbottom-15 {
    margin-top: -15px !important;
}

.padbottom-25 {
    margin-top: -25px !important;
}

.padbottom-25 {
    margin-top: -25px !important;
}

.padbottom-30 {
    margin-top: -30px !important;
}

.padbottom-35 {
    margin-top: -35px !important;
}

.padbottom-40 {
    margin-top: -40px !important;
}

.padbottom-45 {
    margin-top: -45px !important;
}

.padbottom-50 {
    margin-top: -50px !important;
}

.padbottom-55 {
    margin-top: -55px !important;
}

.padbottom-60 {
    margin-top: -60px !important;
}




/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.33;
    height: 44px;
}


.btn-large {
    padding: 8px 19px;
    font-size: 12.5px;
    height: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-blue {
    color: #ffffff !important;
    border-radius: 6px;
    background-color: #0094c7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*box-shadow: 0 -3px ##0094c7 inset;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3281d', endColorstr='#b3281d', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-moz-box-shadow: 0 -3px ##0094c7 inset;
	-webkit-box-shadow: 0 -3px #0094c7 inset;
	-o-box-shadow: 0 -3px #ef9f09 inset;
	font-weight:300;
	font-family: 'Open Sans',sans-serif;
	/*text-transform:uppercase;*/
}

    .btn-blue:hover {
        background-color: #3fa2c7 !important;
        box-shadow: none;
    }

.btn-orange {
    color: #ffffff !important;
    text-shadow: none;
    border-radius: 6px;
    background-color: #ef9f09;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .btn-orange:hover {
        background-color: #f7b532 !important;
        box-shadow: none;
    }

.btn-red {
    color: #ffffff !important;
    text-shadow: none;
    border-radius: 6px;
    background-color: #da4126;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .btn-red:hover {
        background-color: #ef6332 !important;
        box-shadow: none;
    }

.btn-black {
    color: #000000 !important;
    text-shadow: none;
    border-radius: 6px;
    background-color: #f09f09;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .btn-black:hover {
        color: #000000 !important;
        background-color: #ffffff !important;
        box-shadow: none;
    }


@media (max-width: 1200px) {


    #social-footer .btn-social {
        text-align: center;
    }

        #social-footer .btn-social span {
            display: none;
        }
}


.img-container > img {
    margin-top: -50%;
    margin-left: -50%;
}

.play {
    position: absolute;
    top: 45%;
    left: 40%;
    transition: all 0.3s ease;
}

    .play:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

#btnLogin {
    width: 1000px;
    height: 650px;
}

.fìll {
    margin-top: 85px;
    height: 100%;
    min-height: 900px;
}

#datas,
#datas td,
#datas tr {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

    #datas #col1 {
        width: 150px;
    }

@media (max-width: 800px) {
    body {
        background-image: url('/img/TMI-mobile.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    h1 {
        font-size: 16px !important;
    }

    h2 {
        font-size: 15px !important;
    }

    h3 {
        font-size: 13px !important;
    }

    h4 {
        font-size: 11px !important;
    }

    h5 {
        font-size: 9px !important;
    }

    #logo img {
        visibility: hidden;
    }

    #menu ul li a {
        line-height: 30px;
    }

    #titulo {
        display: none
    }

    .brasao {
        width: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cover-heading {
        font-size: 15px;
        padding-bottom: 15px;
    }

    h3 {
        font-size: 16px;
    }

    .lead {
        font-size: 9px;
    }

    #conteudo {
        width: 100%;
        margin-top: 80px;
        min-height: 600px;
    }

    .navbar {
        height: 10px
    }

    #conteudo .textbox {
        display: block;
        width: 100%;
        border: 1px solid #3D6D72;
        background-color: transparent;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 200;
        color: #3D6D72;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 20px;
    }

    input[type=text][disabled="disabled"] {
        display: block;
        width: 100%;
        border: 1px solid #3D6D72;
        background-color: #E9E9E8;
        padding-left: 15px;
        font-size: 18px;
        font-weight: 200;
        color: #3D6D72;
        font-family: 'Open Sans', sans-serif;
    }

    .destaque {
        font-size: 11px;
    }


    #titulo-pesquisa {
        margin-bottom: 15px;
    }

    table {
        font-family: "Open Sans", arial, sans-serif;
        font-size: 10px;
    }


    #escolas {
        font-size: 9px;
    }

    #datas,
    #datas td,
    #datas tr {
        padding: 10px;
        font-weight: 300;
    }

        #datas col1 {
            width: 30px;
        }

    #btnLogin {
        width: 400px;
        height: 800px;
    }


        .home #logo {
            width: 50px;
        }

    .modal-title {
        margin: 0;
        line-height: 1.1;
        font-size: 9px;
    }

    footer#footer {
        height: 35px;
    }

        footer#footer p {
            line-height: 35px;
        }
}

.dropdown-item {
    color: black !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    background-color: #D14745 !important;
    color: #fff !important;
}
