/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/


/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
nav.nav {
    display: block;
    font-size: 12px;
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    width: 100%;    
}
nav.nav.open {
    background: #3c3c3b;
    height: 100%;
    z-index: 1;
}
nav.nav .nav-list{
	display: none;
}
.nav-list {
	text-align:left;
	display:none;
	margin: 0;
	z-index: 1;
position: relative;
	padding: 0;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    position: fixed;
	top: 3.2%;
    right: 30px;
    height: 15px;
    width: 30px;
    z-index: 1;
    background: #2e3191;
    padding: 10px;
}
.nav-mobile:before {
content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 10px;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-mobile:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
header.open .nav-mobile:before, header.open .nav-mobile:after{
    background-color: #fff;
}
header.open .nav-mobile:before {
    top: 15px;
}
header.open .nav-mobile:after {
    top: 15px;
}
header.open .nav-mobile:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header.open .nav-mobile:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}/**/
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:calc(5% - 12px);
	display:none;
	height:30px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
    display: block;
    height: 36px;
    width: 36px;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
i.nav-arrow:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
i.nav-arrow:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 41%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-click:hover {
	/*background-color:#e0dd28;*/
}
.activo .nav-arrow {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.desk {
    display: block;
}
.mobile {
    display: none !important;
}
nav.nav{
	display: none;
}
.nav-responsive {
    position: absolute;
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0;
    top: 100px;
	left: 0;
}
header.open .nav-responsive {
    margin-top: 20vw;
}
.nav-responsive nav.nav {
    margin-top: 115px;
	display: none;
}
.nav-responsive nav.nav.open{
	display: block;
}
.nav-responsive .nav-list {
    width: 100%;
    margin: 0 0 2em;
    position: relative;
    z-index: 0;
}
.nav-responsive .nav-list .menu-item {
    margin: 0 0 10px;
    display: block;
    text-align: center;
    position: relative;
}
.nav-responsive .menu-item > a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2;
    font-weight: normal;
}
.nav-responsive .menu-item > a:hover, .nav-responsive li.current-menu-item a, .nav-responsive .nav-list .sub-menu li.menu-item.current-menu-item a {
	color: #fff;
}
.nav-responsive .nav-list li.menu-item a:after{
	display: none;
}
.nav-responsive ul.wpm-language-switcher.switcher-list {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.nav-responsive .nav-list .sub-menu {
    position: relative;
    width: 100%;
	margin-bottom: 40px;
	display: none;
	opacity: 1;
}
.nav-list .activo .sub-menu {
    display: block;
}
.nav-responsive .nav-list .sub-menu li.menu-item{
	margin: 0;
}
.nav-responsive .nav-list .sub-menu li.menu-item a {
    text-transform: none;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
    line-height: 2;
    color: #fff;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 1211px)  {
}
@media only screen and (min-width: 1025px) and (max-width: 1210px) {
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
	body {
    font-size: 10px;
	}
header.mobile {
    float: left;
    width: 100%;
    background-color: #161635;
    position: fixed;
}
.nav-responsive nav {
    width: 100%;
    padding: 0px;
}
nav.nav{
	display: block;
}
.nav-list{
	position: absolute;
    top: 40%;
	display:none;
}
.nav.open .nav-list{
	display: block;
}
#loader-logo-hover{
	min-height: 130px;
}
#loader-logo-hover span{
    width: 200px;
    min-width: auto;
    left: calc(50% - 100px);
}
header.open {
    height: 100%;
    position: fixed;
    background: #2e3191;
}
nav.nav{
	display: inline-block;
}
.nav-mobile {
	display:block;
}
nav.normal  {
	display:none;
}
header.open .nav-responsive .nav-list {
    display: block;
}
nav.nav .menu-item {
	width:100%;
	float:none;
	margin: 0;
}nav {
    font-size: 3vw;
	}
.nav-click {
	display:block;
}
.nav-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}
nav.nav .menu-item:hover .nav-submenu {
	display:none;
}
.nav-submenu {
	position:static;
	width:100%;
}
.desk{
    display: none !important;
}
.mobile {
    display: block !important;
}
#menu-menu-principal {
	display:none;
}
	aside {
		display: none;
}
	main {
    width: 100%;
}
	::-webkit-input-placeholder {
	font-size: 3vw;
    line-height: 2;
}

:-ms-input-placeholder {
	font-size: 3vw;
    line-height: 2;
}

::placeholder {
	font-size: 3vw;
    line-height: 2;
}
	input.wpcf7-submit {
    font-size: 2vw;
    width: 20%;
	}
.logo_sup {
    width: 45%;
	}
.text_wh_head {
    font-size: 19px;
    width: 86%;
    padding: 22vh 0 10vh;
}
	#overlay .logo {
    left: 0;
    width: 100%;
    min-width: auto;
}
	.text_wh_sup {
    width: 90%;
		margin: 40px 5% 20px;
    padding-top: 15px;
    background-position: -5px -6px;
	}
	.text_1,.text_2,.text_3,.text_4{
		width: 90%;
		margin: 10px 5%;
	    padding: 0;
	    font-size: 14px;
		line-height: 1.3;
	}
	.text_wh_sup {
    font-size: 19px;
	}
	.title_text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
	.flechas {
    font-size: 15px;
}
	.flechas img {
    padding-right: 5px;
    margin-bottom: -2px;
}
	.purple_title {
    width: 40%;
    padding: 10vw 0% 10vw 10%;
    font-size: 18px;
}
	.circle {
	width: 15vw;
    height: 13vw;
    font-size: 10px;
}
	.resent_box_center {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 50px;
	    min-height: auto;
}
	.resent_info {
    padding: 0 5% 0 5%;
    font-size: 10px;
}
.resent_foot {
    width: 94%;
	font-size: 10px;
    position: absolute;
    bottom: 0;
	}
.resent_info .subtitle {
    font-size: 12px;
    margin-top: 10px;
}
	.resent_info .res_title {
    font-size: 12px;
    margin-top: 5px;
}
	.selected_title {
    font-size: 20px;
	    padding-bottom: 4%;
	}
	.res_box_titles {
    font-size: 15px;
    padding-bottom: 3%;
    text-align: center;
    padding-left: 0;
    width: 100%;
	}
.logo_footer {
    width: 34%;
    padding-left: 5%;
    padding-right: 0%;
    padding-top: 5%;
}
.direccion {
    position: relative;
    float: right;
    width: 45%;
    padding-right: 0%;
    padding-top: 3.5%;
    padding-bottom: 0;
    font-size: 8px;
    text-align: left;
    padding-left: 0;
}
.contacto {
    position: relative;
    float: right;
    text-align: left;
    width: 45%;
    padding-right: 0;
    padding-top: 0%;
    padding-bottom: 3%;
    padding-left: 0;
    font-size: 8px;
}
	.title_gray {
    font-size: 16px;
    width: 100%;
}
	.list_gray {
    font-size: 12px;
	}
a.btn_resent_link {
    width: 100%;
    float: left;
}
	.btn_resent {
    font-size: 12px;
    margin: 20px 5px 50px;
	}
	.sub_title {
    font-size: 12px;
	}
.text_uno_adv, .page-id-330 .text_uno_adv, .text_uno_adv_2, .page-template-page-fundraising .text_uno_adv {
    width: 80%;
    font-size: 12px;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.3;
}
	article.team-member p.name_detail,article.team-member p.cargo {
    font-size: 12px;
}
	.cargo {
    font-size: 10px;
    margin: 0;
}
	.name_detail {
    font-size: 12px;
}
	.name {
    width: 86%;
    padding: 5% 7% 2%;
}
	.team_details {
    font-size: 10px;
    line-height: 1.3;
}
	.people_detail {
    width: 40%;
    padding: 3% 5% 7% 7%;
}
	.btn_team {
    font-size: 8px;
}
	.text_wh_adv {
    font-size: 14px;
    width: 86%;
    margin-left: 10%;
    margin-bottom: 3%;
}
	.text_item_1 {
    font-size: 10px;
	}
.adv_list {
    font-size: 10px;
    line-height: 1;
	}
	.ico-menos:before {
    height: 1px;
    top: calc(50% - 1px);
	}
	.ico-menos:after {
    height: 1px;
    top: calc(50% - 1px);
}
	.document_agf h2 {
    font-size: 12px;
	}
	label {
    font-size: 10px;
}
	.filtro-tipo_documento {
    float: left;
    margin-right: 0;
    width: 95%;
}
	.filtro-key {
    width: 95%;
}
	.cabecera-agf tr, .contenido-agf tr {
    display: table;
}
	tr.document_agf td {
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
}
	.text_wh_fund_gray {
    font-size: 16px;
    padding-top: 20px;
}
	.boxuno p, .boxdos p, .boxtres p {
    font-size: 10px;
}
p.title_box_dos {
    font-size: 35px;
    margin-bottom: 0;
}
	.boxuno .mas_gray p, .boxdos .mas_gray p, .boxtres .mas_gray p {
    font-size: 20px;
}
	.back_gray_doce .boxuno {
    width: 26%;
    height: auto;
    font-size: 10px;
    margin-left: 8%;
}
	.boxdos {
    width: 26%;
    height: auto;
    font-size: 10px;
}
	.back_gray_doce .boxtres {
    width: 26%;
    font-size: 10px;
}
	.medium-left {
    margin-left: 8%;
    width: 84%;
}
	.medium-left h3, .full-caja h3 {
    font-size: 12px;
	}
	.medium-left .texto, .full-caja .texto {
    font-size: 12px;
    line-height: 1.2;
}
	.wpcf7 {
    padding: 5% 10%;
    width: 80%;
    margin-left: 0;
}
	input.wpcf7-form-control.wpcf7-submit {
    padding: 0.3vw 3.3vw;
    font-size: 12px;
}
	#map {
    width: 84%;
    padding: 3% 0;
    margin: 30px 8% 0;
}
	.full-caja .texto .wpcf7 {
    width: 90%;
    padding: 5%;
    margin: 0;
}
	.box {
    width: 40%;
    margin-left: 6%;
    height: auto;
	padding-left: 3%;
	}
.box:first-of-type {
    margin-left: 6%;
}
	.box p {
    width: 80%;
    font-size: 10px;
}
	.box p.title_box {
    font-size: 14px;
}
	a.link_flecha.scroll{
		width: 48px;
		height: 48px;
		right: 0;
	}
	button {
	  color: #000;
	}

.slide-home {
    background-attachment: inherit;
}
	.header-int {
    margin-bottom: 30px;
}
	.ico-lupa {
    width: 50px;
    height: 50px;
	}
.selected_title.subtitle {
    font-size: 12px;
    color: #000;
    margin: 0 5%;
    width: 90%;
}
a.btn_login {
    display: none;
    font-size: 4vw;
    padding: 3vw 5vw;
    border-radius: 2vw;
    margin: 0 auto;
    float: none;
    left: auto;
    right: auto;
    margin-top: 22vw;
}
.open a.btn_login {
    display: table;
}
}