#columna-one {
    display: flex;
}
.btn_wp img {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 70px;
    z-index: 99999999;
    top: 75%;
}
.log2{
	height: 110px;
    width: 120px;
}

.fooul a{
	text-decoration:none;
	color: white;
}
.conul a{
	text-decoration:none;
	color:white;
}
#foul a{
	text-decoration: none;
	color: white;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

#columna-second {
    width: 64%;
}

.ul-one {
    list-style: none;
    display: flex;
}

.ul-second {
    list-style: none;
    display: flex;
    float: right;
    padding-top: 10px;
}

.ul-one li a {
    color: white;
    text-decoration: none;
}

.ul-second li a {
    color: white;
}
.main{
	margin-top: 150px;
}

.ul-second li {
    padding-right: 12px;
}

.li-one {
    padding-right: 15px;
}

#columna-downone {
    background-color: #5a5a5a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

#columna-downone p {
    text-align: center;
}

#container-second {
    background-color: #ffffff;
    height: 100px;
}

#columna-one ul {
    list-style: none;
    display: flex;
    color: #6e7080;
    padding-top: 10px;
}

.navbar-one {
    display: block;
    text-align: center;
}

#columna-second ul {
    list-style: none;
    display: flex;
    color: #6e7080;
    float: right;
    padding-top: 10px;
}

#rowon a {
    color: #6e7080;
    text-decoration: none;
}

#container-one {
    background-color: #1e213b;
}

#lione {
    padding-right: 60px;
}

.logo {
    cursor: pointer;
    height: 95px;
    width: 110px;
}

	

.nav__links {
    position: absolute;
    list-style: none;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

.nav__links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav__links li a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #141733;
}

.nav__links li a:hover {
    color: #444077;
}

.items a {
    text-align: center;
}

.cta {
    float: right;
}

#navbar-p {
    background-color: white !important;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: white;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: white;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: white;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: white;
    color: black;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid white;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: black;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: black;
    background: white;
    text-decoration: none;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.components a{
	color: black;
}

#gg {
    background-color: white !important;
}



.ulfooter {
    list-style: none;
    display: flex;
    text-align: center;
}

.ulfooter li a {
    color: white;
}

.ulfooter li {
    padding-right: 8px;
}

.dc{
	padding-top: 27px;
}
.lp{
	padding-bottom: 20px;
}

@media (min-width: 992px) {
    #sidebarCollapse,
    #li-searcho {
        display: none;
    }
}


@media (max-width: 1000px) {
    #container-s {
        display: none;
    }
    .logo {
        padding-left: 0px;
    }
}

@media (max-width: 365px){
	.logo{
		width: 155px;
	}
}

@media (max-width: 767px) {
    .ulfooter {
        justify-content: center;
    }
}
@media (min-width: 767px) and (max-width: 950px){
	.company{
		top: 30px;
    left: 15px;
	}
}

@media (min-width: 320px) and (max-width: 764px){
	.dc{
		padding-top: 0px;
	}
	.lp{
		padding-bottom: 0px;
	}
}