#mobile {
	display: none;
}
#desktop {
	display: block;
}
@media (max-width: 992px) {
/*section {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}*/
.section-padding .container {
	padding: 2rem 0;
}
#mainNav {
	border-bottom: 0px solid #dee2e6;
	background-color: #10274E;
}
#mainNav .navbar-toggler {
	color: white;
	border-color: white;
	margin-right: 1rem;
}
.navbar-nav {
	background-color: #10274E;
}
#about .navbar-nav, #editorial-policies .navbar-nav {
	background-color: #D6C8C7;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
    color: #596afd;
}
nav .container {
	padding-left: 0;
	padding-right: 0;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link, .logo-menu {
	margin-left: 1rem;
}
#mainNav .dropdown-menu.show {
	max-height: unset !important;
	border: 0px solid #596afd !important;
	border-top-width: 0px !important;
	border-radius: 0 0 0 0 !important;
	box-shadow: 0px 0px 0px #00000070 !important;
	color: #000000b3 !important;
}
#mainNav .dropdown-item {
    color: #596afd;
    margin: 0px 0px 5px 15px;
    white-space: normal;
}
#home .masthead {
	padding: 12vh 0 10vh;
	background-position: bottom center;
}
#about .slick-slide {
	margin: 0;
	padding: 0 10px;
}
#our-process .mb-5 {
	margin-bottom: 1.5rem !important;
}
#about .masthead, #editorial-policies .masthead, #publications .masthead, #contact .masthead {
	padding: 12vh 0 10vh;
	background-position: bottom center;
}
#about #mission {
	padding: 2rem 0;
}

#publications .masthead h1 {
	margin-right: 0vw;
}
#publications .section-padding .container {
	padding: 2rem 0;
}
#publications .input-group {
	margin-bottom: 4px;
}
#publications .filter-group img {
	width: 26px;
	height: auto;
	padding: 2px 0 0;
	margin: 0 -4px 0 10px;
}
#publications .btn {
	--bs-btn-padding-x: 1.25rem;
}
#publications .filter-group .dropdown-menu.show {
	max-width: 375px;
}
#editorial-policies header.masthead .post-heading h1 {
	margin-right: 40%;
}
#contact #mainNav .dropdown-menu.show {
	background-color: unset;
}

#contact #mainNav .dropdown-item {
    color: #596afd;
}
#contact h1 {
	margin-right: 40%;
}
footer {
	padding-top: 2rem;
	padding-bottom: 1rem;
}
footer .row > * {
	padding-right: 0; 
	padding-left: 0; 
}
#mobile {
	display: block;
}
#desktop {
	display: none;
}

/* Elimino todas las misc de fondo */

#our-services, #our-process {
	background-image: unset;
}
#about #mission::before, #about #mission::after {
	background-image: unset;
}
#our-team::before, #our-team::after {
	background-image: unset;	
}


} /* max-width: 992px */