﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

/* Caixa Pesquisa em Oakley e Ray-Ban */

input[type=text], select {
    width: 49%;
    padding: 10px 5px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#sunglasshut input[type=text] {
    width: 99%;
}

input[type=submit] {
    width: 99%;
    background-color: darkblue;
    color: white;
    padding: 10px 20px;
    margin: 3px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: cadetblue;
}

div {
    border-radius: 5px;
    padding: 2px; /* Aplia espaço entre elementos da página. */
    background-color: white;
}

h1 {
    text-align: center;
}


.resumo1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif
}

.responsive {
    width: 35%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Fim */

/* Retirar essa linha atrapalha caixa pesquisa em mobile e descentraliza imagens e ícones */

.center {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif
}

/* Fim */


@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Não existia, eu que coloquei. * /
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.titulo4 {
    font-family: 'Arial Narrow', Arial, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: dodgerblue;
    font-size: 15px;
    align-content: center;
    text-align: center;
    text-align-last: center;
}



.titulo5 {
    font-family: 'Arial Narrow', Arial, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: dimgray;
    font-size: 15px;
    align-content: center;
    text-align: center;
    text-align-last: center;
}

.titulo6 {
    font-family: 'Arial Narrow', Arial, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: orangered;
    font-size: 15px;
    align-content: center;
    text-align: center;
    text-align-last: center;
}

.titulo7 {
    font-family: 'Arial Narrow', Arial, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: dimgray;
    font-size: 13px;
    align-content: center;
    text-align: center;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    h1 {
        font-size: 1.875em;
    }
    .titulo4 {
        font-size: small;
    }
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.titulo {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: darkblue;
    font-size: 20px;
    font-weight: inherit;
    align-content: center;
    text-align: center;
    text-align-last: center;
}

.titulo3 {
    font-family: 'Arial Narrow', Arial, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: darkblue;
    font-size:18px;
    align-content: center;
    text-align: center;
    text-align-last: center;
}


.tituloCat {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: darkblue;
    font-size: 14px;
    font-weight: inherit;
    align-content: center;
    text-align: center;
    text-align-last: center;
}



/* ------------------------------------- */
/* DAQUI PARA BAIXO É MOBILE */
/* ------------------------------------- */



@media only screen and (max-width: 420px) {
    .responsive {
        width: 35%;
        height: auto;
    }

    .titulo {
        font-size: 1.5em;
        margin: 1px;
    }

    .principal {
        margin: 1px;
    }



    /* Caixa de Pesquisa */

    input[type=text], select {
        width: 100%;
        padding: 8px 10px;
        margin: 2px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    input[type=submit] {
        width: 100%;
        /* background-color: green; */
        color: white;
        padding: 11px 20px; /* O primeiro ítem é a altura do button. */
        margin: 5px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size:16px;
    }

    /*
    input[type=submit]:hover {
        background-color: yellow;
    }

    div {
        border-radius: 5px;
        background-color: white;
        padding: 20px;
    }
    */
        /* Fim */
    }
