/* Contents */html {	position: relative;	min-height: 100%;    height: 100%;    width: 100%;    margin: 0;    display: table;}body {	background: url('../images/bg-principal.jpg') no-repeat center center fixed;  	-webkit-background-size: cover;  	-moz-background-size: cover;  	-o-background-size: cover;  	background-size: cover;  	/* color:#fff; */  	background-color: #eeefe0;  	min-height: 100vh;  	position: relative;  	margin: 0;    	min-height: 100vh;  	display: grid;  	grid-template-rows: 1fr auto;}footer {	padding: 25px 0;  	margin-top: auto;    background-color: #876c3d;}footer a {    color: #efdfce;}footer a:hover {    color: #efefef;}.btn {	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .14), 0 3px 4px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);}/*  Compatible design for elements */.form-control {    border: 0px;    border-radius: 0px;   	border-bottom: 1px solid #ced4da;}.navbar-toggler-icon {  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;}.accordion-button:not(.collapsed) {	font-weight: bold;    color: #876c3d;    background-color: #f0dcc8;    box-shadow: inset 0 -1px 0 rgb(255, 255, 255);}a {	text-decoration: none;}a:hover, a:focus {	color: white;	outline: 0;	background-color: #876c3d;	text-decoration: none;}.carousel-control-next, .carousel-control-prev {	top: 50%;	width: 40px;	height: 40px;	font-size: medium;}      .carousel-control-next-icon, .carousel-control-prev-icon {	line-height: 35px;}.carousel-indicators [data-bs-target] {	background-color: #8c6840;}        .navbar-toggler {            align-items: normal;            color: white;        }        .navbar .navbar-nav .nav-link.show:focus {            color: #e7ddca;            background-color: #876c3d;        }        .dropdown-toggle:after {            content: '\e313';            font-family: 'Material Icons';             font-weight: 900;             border-top: 0;            vertical-align: middle;        }/*  Nav */.navbar {    background-color: #09254c;}.navbar .navbar-brand {    color: #ecf0f1;}.navbar .navbar-brand:hover,.navbar .navbar-brand:focus {    color: #e7ddca;}.navbar .navbar-text {    color: #ecf0f1;}.navbar .navbar-text a {    color: #e7ddca;}.navbar .navbar-text a:hover,.navbar .navbar-text a:focus {    color: #e7ddca;}.navbar .navbar-nav .nav-link {    color: #ecf0f1;    border-radius: .25rem;    margin: 0 0.25em;}.navbar .navbar-nav .nav-link:not(.disabled):hover,.navbar .navbar-nav .nav-link:not(.disabled):focus {    color: #e7ddca;}.navbar .navbar-nav .nav-item.active .nav-link,.navbar .navbar-nav .nav-item.active .nav-link:hover,.navbar .navbar-nav .nav-item.active .nav-link:focus,.navbar .navbar-nav .nav-item.show .nav-link,.navbar .navbar-nav .nav-item.show .nav-link:hover,.navbar .navbar-nav .nav-item.show .nav-link:focus {    color: #e7ddca;    background-color: #876c3d;}.navbar .navbar-toggle {    border-color: #876c3d;}.navbar .navbar-toggle:hover,.navbar .navbar-toggle:focus {    background-color: #876c3d;}.navbar .navbar-toggle .navbar-toggler-icon {    color: #ecf0f1;}.navbar .navbar-collapse,.navbar .navbar-form {    border-color: #ecf0f1;}.navbar .navbar-link {    color: #ecf0f1;}.navbar .navbar-link:hover {    color: #e7ddca;}@media (max-width: 575px) {    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {        color: #ecf0f1;    }    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {        color: #e7ddca;    }    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {        color: #e7ddca;        background-color: #876c3d;    }}@media (max-width: 767px) {    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {        color: #ecf0f1;    }    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {        color: #e7ddca;    }    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {        color: red;        background-color: #876c3d;    }}@media (max-width: 991px) {    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {        color: #ecf0f1;    }    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {        color: #e7ddca;    }    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {        color: #e7ddca;        background-color: #876c3d;    }}@media (max-width: 1199px) {    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {        color: #ecf0f1;    }    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {        color: #e7ddca;    }    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {        color: #e7ddca;        background-color: #876c3d;    }}.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {    color: #ecf0f1;}.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {    color: #e7ddca;}.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {    color: #e7ddca;    background-color: #876c3d;}/* Corrigi o tamanho do menu */.navbar-nav {  padding: 5px;}/*  Section */section {    height: 100%;    width: 100%;    display:inline-block;    padding: 40px 0;}section h1 {    font-weight: 700;    margin-bottom: 10px; }section p {    margin-bottom: 30px; }section p:last-child {    margin-bottom: 0; }section.color {    background-color: white;    color: black; }/*  Gerais *//* fallback */@font-face {    font-family: 'Material Icons';    font-style: normal;    font-weight: 400;    src: url(../googleapi/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');}.material-icons {    font-family: 'Material Icons';    font-weight: normal;    font-style: normal;    font-size: 24px;    line-height: 1;    letter-spacing: normal;    text-transform: none;    display: inline-block;    white-space: nowrap;    word-wrap: normal;    direction: ltr;    -webkit-font-feature-settings: 'liga';    -webkit-font-smoothing: antialiased;}.special-card {    /* create a custom class so you       do not run into specificity issues       against bootstraps styles       which tends to work better than using !important       (future you will thank you later)*/    background-color: rgba(245, 245, 245, 1);    opacity: .4;}.card {    background: white;}.jumbotron {    padding: 5px;    background: none}.rounded {    border-radius:.25rem!important}.chip{    background-color: #a3ccef;    color:rgba(0,0,0,.87);    margin-top: 5px;    margin-right: 5px;    margin-bottom: 5px;}.chip:hover {    background-color: #9ac3e6;    cursor:context-menu;}.container {    max-width: 1000px;}.display-4{    font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:1.333334;}a {    color: #876c3d;    -webkit-transition: all .35s;    -moz-transition: all .35s;    transition: all .35s;}.wrapper {    min-height: 100%;    height: auto !important;    height: 100%;    margin: 0 auto -63px;}.push {    height: 63px;}/* not required for sticky footer; just pushes hero down a bit */.wrapper > .container {    padding-top: 60px;}/* responsive footer fix by Aalaap Ghag */@media (max-width: 767px) {    body {        padding-right: 0px;        padding-left: 0px;    }    footer, .wrapper {        padding-left: 20px;        padding-right: 20px;    }}/*  Form */.form-control:focus {    border-color: black;    box-shadow: none;    -webkit-box-shadow: none;}/*  Section */section {    height: 100%;    width: 100%;    display:inline-block;    padding: 40px 0;}.footer-bottom {    background:#876c3d;    padding:15px;    font-size:13px;    color: #ffffff;    height: 50px;}.wrimagecard{    margin-top: 0;    margin-bottom: 1.5rem;    text-align: left;    position: relative;    background: #fff;    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);    border-radius: 4px;    transition: all 0.3s ease;}.wrimagecard .fa{    position: relative;    font-size: 70px;}.wrimagecard-topimage_header{    padding: 20px;}a.wrimagecard:hover, .wrimagecard-topimage:hover {    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);}.wrimagecard-topimage a {    width: 100%;    height: 100%;    display: block;}.wrimagecard-topimage_title {    padding: 20px 24px;    height: 80px;    padding-bottom: 0.75rem;    position: relative;}.wrimagecard-topimage a {    border-bottom: none;    text-decoration: none;    color: #525c65;    transition: color 0.3s ease;}.carousel-control-prev-icon,.carousel-control-next-icon {    color: #876c3d;}/*  Circles */.parent {    display: table;    background: transparent;    height: 100%;    width: 100%;}.middle {    vertical-align: middle;    text-align:center;    display: table-cell;    height: 220px;}.circle {    /* margin: 2px; */    position:relative;    display: inline-block;    border: solid 2px #876C3D;    border-radius:50%;    opacity: 0.6;    width: 130px;    height: 130px;}.circle-icone {    margin-top: 40px;    vertical-align: middle;    position:relative;    display: inline-block;    text-align:center;    width:50px;    height:50px;    border-radius:50%;    /* background-color: red; */}.circle-label {    display: block;    color: #876c3d;    font-size: 14px;    text-transform: uppercase;    margin: 12px 0 0;    text-align: center;    font-weight: normal;}/* Rules for sizing the icon. */.material-icons.md-18 { font-size: 18px; }.material-icons.md-24 { font-size: 24px; }.material-icons.md-36 { font-size: 36px; }.material-icons.md-48 { font-size: 48px; }/* Rules for using icons as black on a light background. */.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }/* Rules for using icons as white on a dark background. */.material-icons.md-light { color: rgba(255, 255, 255, 1); }.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }/*  Article transparent */.transparent .tuyin {    display: inline-block;    margin-top: 20px;    background-color: rgba(255, 255, 255, 0.37);    border: 1px solid #F7F7F7;    border-radius: 5px;    box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);    padding: 4%;    text-align: center;    wwidth: 97%;    mmin-height: 315px;    position: relative;    margin-bottom: 25px;}.transparent .tuyin .title {    text-align: center;    color: #876c3d;    font-size: 36px;}.transparent .tuyin .plan-name {    color: #876c3d;    font-size: 20px;    font-weight: 400;    border-bottom: 1px solid #FFF;    padding-bottom: 15px;    padding: 10px}.transparent .tuyin .text  {    margin-top: 20px;    color: #474747;    font-weight: 300;    margin-bottom: 13px;    font-size: 18px;    text-align: justify;}