﻿.hover_row {
    background-color: yellow;
}

figure {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

figcaption {
    position: absolute;
    background: black;
    background: rgba(0,0,0,0.75);
    color: white;
    padding: 10px 20px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

figure:hover figcaption {
    opacity: 1;
}

figure:before {
    content: "?";
    position: absolute;
    font-weight: 800;
    background: black;
    background: rgba(255,255,255,0.75);
    text-shadow: 0 0 5px white;
    color: black;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    -moz-transition: all 0.6s ease;
    opacity: 0.75;
}

figure:hover:before {
    opacity: 0;
}

.cap-left:before {
    bottom: 10px;
    left: 10px;
}

.cap-left figcaption {
    bottom: 0;
    left: -30%;
}

.cap-left:hover figcaption {
    left: 0;
}

.cap-right:before {
    bottom: 10px;
    right: 10px;
}

.cap-right figcaption {
    bottom: 0;
    right: -30%;
}

.cap-right:hover figcaption {
    right: 0;
}

.cap-top:before {
    top: 10px;
    left: 10px;
}

.cap-top figcaption {
    left: 0;
    top: -30%;
}

.cap-top:hover figcaption {
    top: 0;
}

.cap-bot:before {
    bottom: 10px;
    left: 10px;
}

.cap-bot figcaption {
    left: 0;
    bottom: -30%;
}

.cap-bot:hover figcaption {
    bottom: 0;
}

@@media (min-width: 1200px) {
    .colunas {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3em;
        -moz-column-gap: 3em;
        column-gap: 3em;
    }
}

.jumbotron {
    background: url('/assets/banners/1.jpg') no-repeat;
    xbackground: url('/assets/site.jpg') no-repeat;
    Xbackground: url('http://www.mohren-plavina.com/uploads/tx_templavoila/mountainbike11.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 5%;
    xheight: 350px;
    color: white;
    text-shadow: #444 0 1px 1px;
    xbackground: transparent;
}

.bg_geral {
    background-image: url(/assets/bg_geral.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.bg_geral_inicio {
    background-image: url(/assets/bg_geral_inicio.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.bg_geral_fim {
    background-image: url(/assets/bg_geral_fim.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.bgtopmenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2f0fb+0,fcfcfc+100 */
    background: rgb(226,240,251); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,240,251,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226,240,251,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226,240,251,1) 0%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f0fb', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}

.bgagenda {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+42,3e9ac3+100 */
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 42%, rgba(62,154,195,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 42%,rgba(62,154,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 42%,rgba(62,154,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3e9ac3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body {
    background-color: #FCFCFC;
    font-size: 12pt;
}

.titulo_mensagem {
    font-size: 17pt;
    font-weight: bold;
    border: 0px;
    vertical-align: bottom;
    width: 100%;
    color: steelblue;
}

.texto_mensagem {
    /*text-align: justify;*/
    font-size: 12pt;
}

p {
    /*font-size: 12pt;*/
    /*text-align: justify;*/
    /*font-size: medium;*/
    font-weight: 500;
    /*padding-bottom: 5px;*/
}

hr {
    border-top: 1px solid #d1d1d1;
    display: block;
    text-align: center;
    /*border: 0px;
        height: 10px;
    background-image: url('/assets/hr.gif');*/
}

.video-section {
    position: relative;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.bg-video {
    width: 100%;
}
/* 50 128 179 */
::selection {
    background-color: rgb(50,130,180);
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background-color: rgb(50,130,180);
    color: white;
    text-shadow: none;
}

#media_youtube, #media_facebookvideo, #media_jpeg {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}

@media (prefers-color-scheme: light) {
}

@media (prefers-color-scheme: dark) {
    body {
        color: rgb(211 220 243);
        xxbackground-color: #293853;
        xxbackground-color: #2a356f;
        xbackground-color: rgb(41, 56, 83);
        background: rgb(30,60,160);
        background: -moz-linear-gradient(90deg, rgba(30,60,160,1) 0%, rgba(41,56,83,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(30,60,160,1) 0%, rgba(41,56,83,1) 100%);
        background: linear-gradient(90deg, rgba(30,60,160,1) 0%, rgba(41,56,83,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2740a9",endColorstr="#293853",GradientType=1);
        background-attachment: fixed;
    }

    a {
        color: rgb(122,188,255);
    }

        a:hover {
            color: rgb(58 122 154);
        }

    hr {
        opacity: 0.5;
    }

    .btn-default {
        color: whitesmoke;
        background-color: rgb(33 33 33 / 0.5);
    }

    .bgtopmenu {
        border: none;
        /*xbackground-color: #232323ad;*/
        background-image: none;
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(51 126 191) 100%);
    }

    .bg_geral_fim {
        xbackground-color: #232323ad;
        background-image: none;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(51 126 191) 100%);
    }

    .titulo_mensagem {
        color: #e9f4ff;
    }

    /* Caixa do Google */
    input#gsc-i-id1 {
        color: blue;
    }

    /* Sugestoes na busca da Caixa do Google */
    .gsq_a {
        color: blue;
    }
}

