@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap');

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin:0;
    padding: 0;
}
body{
	font-family: 'Nunito', sans-serif;
}
/*basicos*/
.container-item {
    height: auto!important;
    padding-bottom: 47px;
}
.btn-register {
    color: #fff;
    background-color: #0A4137;
    border-color: #0A4137;
}
.btn-register:hover {
    color: #000;
    background-color: #e1d1c1;
    border-color: #e1d1c1;
}
.header {
    background-color: #fff;
}
.top-header-row {
    border-bottom: none;
	background-color: transparent;
    /*background-image: url(../images/header-line.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: -20px;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}
.top-header-row .item-inner-top-header a {
    color: #000;
    padding: 7px 12px;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: #888888;
    color: #fff;
}
.main-nav-row {
    background-color: #e1d1c1;
}
.main-nav-row .item-inner-main-nav a {
    border-right: solid 4px #fc0;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #556423;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}
.main-nav-row .item-inner-main-nav a {
    color: #000;
    padding: 10px 30px;
    border-right: solid 1px #fff;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}
.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/bg-logo.svg') no-repeat center;
}
.middle-header-row .col-sm-3 a{
    position: relative;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: block;
}

/*footer*/
.footer .footer-company-section {
    background-color: #0A4137;
    overflow: auto;
    height: auto;
}
.footer-text-line:first-child {
    margin-top: 0;
    color: #fff;
}
.text-muted {
    color: #fff;
}
.small, small {
    font-size: 85%;
    color: #fff;
}
.ee-logotype-powered-by {
    display: inline-block;
    width: 77px;
    filter: brightness(0) invert(1);
}
.privacy-advercity-row .ee-logotype {
    margin: none;
    filter: brightness(0) invert(1);
}
.pull-right {
    float: right!important;
    background: #fff;
}
.sinborde {
    padding: 0px;
}
/*Textos*/
.spacer{
    margin-bottom: 30px;
}
.texto {
    color: #000;
    font-size: 16px;
    text-align: justify;
    background: #e1d1c1;
    padding: 20px;
    margin: 0px;
}

/* ICONS TOP */
.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-header-row .item-inner-top-header a {
    width: 35px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    border-radius: 0;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #0A4137;
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
}
.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f167";
}
.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f16d";
}
.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: url("../images/x-twitter.svg");
    width: 16px;
    margin-top: 3px;
}

.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

/*/media*/

@media (max-width: 740px){
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #000;
}
	.mainnav-toggle-search-row {
    background-color: #000;
    margin: 0;
}
	.main-nav-row .item-inner-main-nav a {
    color: #000;
    padding: 9px 17px;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
}
	.navbar-nav > li {
    float: none;
    display: block;
    padding: 0 !important;
}
	.texto {
    color: #949393;
    font-size: 14px;
    text-align: justify;
}
}