------------------------------------
|| Caiubi Comunicação
|| Folha de Estilos : caiubi.com.br
|| Desenvolvida por Ricardo Senise
------------------------------------

/* || Cores */
.cc-azul {
	color: #06c;
}
.cc-azul-bg {
	background-color: #0066cc;
}
.cc-bg2 {
	background-color: #EBB400;
}


/* || Estrutura */
body {
	font-family: 'Exo 2', sans-serif;
}
.header {
	padding-left: 10px;
	border-bottom: solid 2px #FFF;
}

.conteudo {
	margin: 20px 0;
	padding: 0px 40px 40px 40px;
	background-color: #FFF;
	max-width: 750px;
}
.container, .contenido {
	padding: 20px 40px;
	border: solid #FF6700 2px;
}
.grid-container {
	display: grid;
	grid-template-columns: 100% 0%;
	grid-gap: 0px;
	background-color: #FFF;
	border: solid #FF6700 2px;
	margin-bottom: 5px;
}
.grid-container > div {
	padding: 0 20px;
}
.borda{
	border-radius: 10px;
}
.bottom {
	position: absolute;                 
	margin: 50%;                         
	width: 99%;
}
.bottom-rss{        
	margin-bottom: 10px;                         
}

/* || Nav */

ul {
	list-style-type: "» ";
}
li {
	color: #FFF;
	font-weight: strong;
}
.menu-home li {
	font-size: 40px;
	margin: 10px 40px;
}
.menu {
	overflow: auto;
	width: 100%;
}
.menu li {
	float: left;
	padding-right: 30px;
	margin: -5px 0 0 10px;
}


/* || Texto */

h1, h2, h3 {
	font-weight: bold;
	color: #06c;
}
h1 {
	font-size: 40px;
	padding: 20px 20px 0 20px;
}
h2 {
	font-size: 20px;
	margin: 10px 0 -5px 0;
}
h3 {
	color: #000;
}
p {
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
}

/* || Links */

a:link {   /* unvisited link */
    color: #fff;
	text-decoration: none;
}
a:visited {   /* visited link */
    color: #fff;
}
a:hover {   /* mouse over link */
    color: #FF6700;
}
a:active {   /* selected link */
    color: #fff;
}

/****************************/
/* || Formulário Contato || */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06c;
  opacity: 1; /* Firefox */
  font-family: 'Exo 2', sans-serif; /* Trocar 'Exo 2' pela fonte padrão do site */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #06c;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #06c;
}

textarea {
    overflow: auto;
    resize: vertical;
}

label {
    color: #333;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.d-none {
    display: none !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: -5px;
	margin-bottom: 10px;
}

.g-recaptcha {
	margin-bottom: 5px;
}

.help-block, .with-errors {
    color: #06c;
    margin-top: 0px;
    background-color: #FF6700;
}

.list-unstyled {
    padding-left: 30px;
    /*list-style: none;*/
	padding: 5px 30px;
	margin-top: -5px;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
.btn-send {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: button;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
        margin-bottom: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.text-muted {
    color: #6c757d !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
/*.alert-dismissable {
	color: Red;
    background-color: LightPink;
    border-color: DarkRed;
}*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .20px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #155724;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
}