body {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
    width: 100%;
    line-height: 1;
	background-color: #fff;
	font-size: 14px;
}

::selection {
	color: #FFFFFF;
	background: #0B245B;
}

/* SCROLL PERSONALIZABLE */
body::-webkit-scrollbar {
	width: fit-content;
}

body::-webkit-scrollbar-track {
	background-color: transparent;
}

body::-webkit-scrollbar-thumb {
	background-color: #656565;
}

body::-webkit-scrollbar-thumb {
	background-color: #656565;
	border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
	background-color: #656565;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: #0B245B;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Menu */
.main-menu {
	background-color: rgba(11,36,91,0.9);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	height: auto;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}

.main-menu a {
	color: #fff;
}

.dropdown-toggle {
	transition: all 300ms ease;

}

.dropdown-toggle:hover {
	transform: scale(110%);
}

/* .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em;
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
 } */

.dropdown-menu {
    text-align: center;
    list-style: none;
	background-color: rgba(11,36,91, 0.95);
	color: #fff;
}

.dropdown-item {
	padding: 0;
	text-transform: none;
	opacity: 0.8;
	line-height: 30px;
	width: 100%;
}

.link-underline {
	border-bottom-width: 0;
	background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
	background-size: 0 3px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size .300s ease-in-out;
	background-color: transparent !important;
}

.link-underline-primario {
	background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff)
}

.link-underline-secundario {
	background-image: linear-gradient(transparent, transparent), linear-gradient(#0B245B, #0B245B)
}

.link-underline:hover {
	background-size: 100% 3px;
	background-position: 0 100%;
	opacity: 1;
	color: #fff;
}

.enlace {
	color: #0B245B;
	font-weight: bold;
	text-decoration: none;
}

.enlace:hover {
	color: rgba(11, 36, 91, 0.338)important;
}

.menu-logo img {
	max-height: 80px;
	width: auto;
	float: left;
	transition: all 300ms ease;
}

.menu-logo img:hover {
	transform: scale(110%);
}

.img-hover {
	transition: all 300ms ease;
}

.img-hover:hover {
	transform: scale(110%);
}

.footer img {
	transition: all 300ms ease;
}

.footer img:hover {
	transform: scale(110%);
}

.border-col-6 {
	border-left: 1px solid #0B245B;	
}

.navbar {
	z-index: 1000;
}

.navbar-collapse {
	padding: 0;
	padding-right: 0px;

}

.navbar-toggler {
	margin: 45px 55px;
}

.navbar-toggler-icon {
	color: #fff;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    padding: 0;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

ul {
	width: 100%;
	text-align: center;
}

.bg-gray-med {
	background-color: #ccc;
}

.bg-corp {
	background-color: #0B245B;
}

.button {
    padding: 15px 30px;
    background: #fff;
    color: #333333;
    border-radius: 8px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 0px;
    transition: all linear 0.2s;
    width: fit-content;
    display: inline-block;
    font-weight: 900;
    font-size: 1.5em;
}

.button:hover {
    transform: scale(110%);
    transition: all linear 0.2s;
}

.lh {
	line-height: 17px;
}

.title-cols {
	color: #0B245B;
	font-weight: bold;
	margin-bottom: 1rem;
	min-height: 30px;
	text-align: left;
}

.title-cols-inv {
	color: #0B245B;
	font-weight: bold;
	margin-bottom: 1rem;
	min-height: 30px;
	text-align: center;
}

.title-col-1-terms {
	color: #0B245B;
	font-weight: bold;
	font-size: 2rem;
	text-align: end;
}

.title-col-2-terms {
	color: #0B245B;
	font-weight: bold;
	margin-bottom: .5rem;
	font-size: 1rem;
	text-align: left;
}

.subtitle-form {
	color: #fff;
	font-weight: bold;
	margin-bottom: 1rem;
	min-height: 30px;
	text-align: left;
}

.title-form {
	color: #fff;
	font-weight: bold;
	margin-bottom: 1rem;
	font-size: 2.5rem;
	min-height: 30px;
	text-align: center;
}

/* Contenido*/
.index {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 70vh;
    min-height: 70%;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.golden-index {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 30vh;
    min-height: 30%;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.language {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 15px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.language img {
	width: 15px;
	height: auto;
	margin-left: 5px;;
}

.language:hover {
	transition: ease-in-out 0.3s;
	opacity: 0.5;
}

.not_found {
	height: 100vh;
    min-height: 100%;
}

.home {
	height: 100vh!important;
    min-height: 100%!important;
}

.home .quote {
	top: 45%!important;
	position: fixed;
}

#home_video {
	position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.masthead {
	position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.whoweare {
	background-image: url(../img/who_we_are.jpg);
	max-height: 900px;
}

.team {
	background-image: url(../img/team.jpg);
	max-height: 900px;
}

.culture {
	background-image: url(../img/culture.jpeg);
	max-height: 900px;
}

.contact {
	background-image: url(../img/contact.jpeg);
	max-height: 900px;
}

.funds {
	background-image: url(../img/our_funds.jpeg);
	max-height: 900px;
}

.one_blue {
	background-image: url(../img/growth_one_blue.png);
	min-height: 300px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inov_blue {
	background-image: url(../img/growth_inov.png);
	min-height: 300px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.iberia_blue {
	background-image: url(../img/iberia_blue.jpg);
	min-height: 300px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blue_blue {
	background-image: url(../img/blue_blue.png);
	min-height: 300px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.nothing_blue {
	background-image: url(../img/inov.png);
	min-height: 300px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.information_box a {
	color: #0B245B;
	font-weight: 700;
}

.funds_tittle {
	text-align: center;
	text-transform: uppercase;
	color: #0B245B;
	font-size: 1.6em;
	font-weight: 500;
	padding: 5% 20% 5% 20%;
}

.funds_text {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
	padding: 0% 20% 5% 20%;
}

.funds_text_link {
	font-size: 1.5em;
}

.text_img {
	padding: 15% 15%;
	text-transform: uppercase;
	color: #fff;
	font-size: 3em;
	margin: 0 auto;
	font-weight: 500;
	text-shadow: 0px 0px 15px rgba(11,36,91, 0.95);
	text-align: center;
}



.one {
	background-image: url(../img/growth_one.jpg);
	max-height: 900px;
}

.responsibility {
	background-image: url(../img/responsibility.jpg);
	max-height: 900px;
}

.inov {
	background-image: url(../img/inov.jpg);
	max-height: 900px;
}

.iberia {
	background-image: url(../img/iberia.jpg);
	max-height: 900px;
	height: 95vh !important;
	background-attachment: initial !important;
	background-position: center !important;
}

.blue {
	background-image: url(../img/blue.jpg);
	max-height: 900px;
	height: 82vh !important;
	background-attachment: initial !important;
	background-position: center !important;
}

.golden-visa-iberia {
	background-image: url(../img/golden-visa-why.jpg);
	max-height: 500px;
	background-attachment: initial !important;
	background-position: bottom !important;
}

.golden-visa-why {
	background-image: url(../img/golden-visa-iberia.jpg);
	max-height: 500px;
	background-attachment: initial !important;
	background-position: bottom !important;
}

.golden-visa {
	background-image: url(../img/goldenvisa.jpg);
	max-height: 900px;
	background-attachment: initial !important;
}

.bg_img_one {
	background-image: url(../img/one.png);
	max-height: 900px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_img_inov {
	background-image: url(../img/inov.png);
	max-height: 900px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ocean {
	background-image: url(../img/ocean.jpg);
	height: 400px;
	border-top: 50px solid #0B245B;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 150px 50px;
    color: #fff;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}

.ocean p {
    margin: 0 auto;
}

.quote {
	text-transform: uppercase;
	color: #fff;
	font-size: 5vw;
	width: 60%;
	position: absolute;
	top: 35%;
	left: 20%;
	margin: 0 auto;
	font-weight: 500;
	text-shadow: 0px 0px 15px rgba(11,36,91, 0.95);
}

.quote-golden {
	text-transform: uppercase;
	color: #fff;
	font-size: 4vw;
	position: absolute;
	margin: 0 auto;
	font-weight: 500;
	text-shadow: 0px 0px 15px rgba(11,36,91, 0.95);
}

.quote_small {
	text-transform: uppercase;
	color: #fff;
	font-size: 3em;
	width: 60%;
	position: absolute;
	top: 60%;
	left: 20%;
	margin: 0 auto;
	font-weight: 500;
	text-shadow: 0px 0px 15px rgba(11,36,91, 0.95);
}

.quote-golden-small {
	text-transform: uppercase;
	color: #fff;
	font-size: 2.5vw;
	position: absolute;
	margin: 0 auto;
	font-weight: 500;
	text-shadow: 0px 0px 15px rgba(11,36,91, 0.95);
}


.white {
	background-color: #fff;
}

.gray {
	background-color: #F7F7F7;
}

.dark_gray {
	background-color: #D4D7DC;
}

.content  {
	width: 100%;
	padding: 100px 100px;
	margin: 0;
}

.special_tittle {
	text-align: right;
	padding: 10px 40px 10px 50px;
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: 500;
	color: #0B245B;
	line-height: 1.1em;
}

.special_text {
	text-align: left;
	padding: 10px 150px 10px 40px;
	font-size: 1em;
    line-height: 1.5em;
	border-left: 1px solid #999999;
}

.tittle {
	padding: 40px 100px 20px 100px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 500;
	color: #0B245B;
	line-height: 1.3em;
}

.text {
	padding: 2% 10%;
	font-size: 1em;
	line-height: 24px;
}

.partners {
	z-index: 999;
	padding: 10px;
	/* -webkit-box-shadow: 0px -5px 15px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -5px 15px 3px rgba(0,0,0,0.4);
	box-shadow: 0px -5px 15px 3px rgba(0,0,0,0.4); */
}

.partners img {
	max-width: 130px;
	height: auto;
}

.section {
	padding: 100px 200px;
	margin: 0;
}

.items {
	padding: 100px 100px;;
}

.section_col {
	padding: 0% 4%;
}

.section_image img {
	width: 60%;
	height: auto;
	margin: 0 auto;
}

.section_tittle {
	padding: 30px 20px 20px 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0B245B;
	text-align: center;
	margin: 0;
}

.section_text {
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
}

.team_col {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
}

.team_col:hover img {
	opacity: 0.7;
	transition: ease-in 0.3s;
}

.team_col:hover {
	text-shadow: 0px 0px 15px rgba(11,36,91, 0.5);
	transition: ease-in 0.3s;
}

.team_image img {
	width: 60%;
	margin-bottom: 20px;
}

.team_tittle {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0B245B;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.team_text {
	font-size: 1em;
	color: #000;
	line-height: 1.4em;
}

.dark_blue {
	background-color: #0B245B;
}

.lighted_image img {
	max-width: 70px;
	margin: 0 auto;
}

.lighted_sifide {
	color: #0B245B;
	font-size: 1.2em;
}

.lighted {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding: 20px 100px 0px 100px;
}

.lighted_text {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 30px;
	color: #fff;
	padding: 50px 100px 0px 100px;
}

.lighted_tittle {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
	padding: 0px 100px 0px 100px;
}

.contact_content {
	padding: 100px;
}

.contact_tittle {
	text-align: right;
	text-transform: uppercase;
	color: #0B245B;
	font-size: 3em;
	font-weight: 500;
	padding-right: 20px;
}

.contact_text {
	text-align: right;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 20px 45px 0px;
}

.contact_mail img {
	text-align: right;
	width: 40px;
}

.map {
	padding: 0;
}

.map iframe {
	max-width: 600px;
	height: 205px;
	width: 80%;
	float: left;
	padding-left: 20px;
}

.box {
	padding: 50px;
	height: 100%;
	margin: 0;
}

.box img {
	width: 50%;
}

.clic {
	padding: 0;
	cursor: pointer;
}

.box:hover div  {
	text-shadow: 0px 0px 15px rgba(11,36,91, 0.8);
	text-decoration: none;
	transition: ease-in 03s;
}

.box:hover img {
	opacity: 0.6;
	transition: ease-in 0.3s;
}

.box_tittle {
	text-align: center;
	text-transform: uppercase;
	color: #0B245B;
	font-size: 2.5em;
	font-weight: 500;
	padding: 20px 0px;
}

.dark_blue .box_tittle {
	color: #fff;
}

.information_box {
	padding: 20px 50px 50px 50px;
	min-height: 100%;
	overflow-y: auto;
}

.information_box::-webkit-scrollbar {
	width: fit-content;
}

.information_box::-webkit-scrollbar-track {
	background-color: transparent;
}

.information_box::-webkit-scrollbar-thumb {
	background-color: #656565;
}

.information_box::-webkit-scrollbar-thumb {
	background-color: #656565;
	border-radius: 20px;
}

.information_box::-webkit-scrollbar-thumb {
	background-color: #656565;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

.information_box::-webkit-scrollbar-thumb:hover {
	background-color: #0B245B;
}

.box_text {
	text-align: center;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 400;
}

.box .logo {
	width: 100%;
}

.box_special_text {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	padding: 60px;
	line-height: 1.5em;
}

.portfolio_tittle {
	text-align: center;
	text-transform: uppercase;
	color: #0B245B;
	font-size: 1.4em;
	font-weight: 500;
	padding: 25px 0px;
}

.portfolio_text {
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
}

.funds_box {
	max-height: 400px;
}

.linked {
	padding: 15px 10px;
	background-color: #0B245B;
	color: #fff;
	font-size: 20px;
	font-size: 500;
	border-radius: 5px;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}

.linked:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #0B245B;
	color: #0B245B;
}

.footer {
	background-color: #333333;
	padding: 30px 30px 30px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

.footer_contact a {
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer_contact a:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}


/*SIFIDE*/
.sifide {
	width: 300px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #F7F7F7;
	z-index: 9999999;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
}

.sifide .header {
	background-size: cover;
    position: relative;
    background-image: url(../img/sifide.jpg);
    height: 100px;
    background-position: center;
	border-radius: 10px 10px 0px 0px;
}

.sifide .tittle {
	padding: 0px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
    color: #0B245B;
    line-height: 1em;
}

.sifide .header img {
	position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.3em;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.sifide .header img:hover {
	transition: linear 0.2s;
	opacity: 0.3;
}

.sifide a {
	background-color: #0B245B;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.2em;
    border-radius: 25px;
    display: block;
}

.sifide a:hover {
	background-color: #fff;
	color: #0B245B;
	transition: linear 0.2s;
}

.sifide p {
	line-height: 1.3em;
	font-size: 0.9em;
}



.modal-header {
	border: 0px;
}

.modal-dialog {
    max-width: 70%;
}

.modal-content {
	border: 0px;
	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(11,36,91,0.8);
	-moz-box-shadow: 0px 0px 15px 5px rgba(11,36,91,0.8);
	box-shadow: 0px 0px 15px 5px rgba(11,36,91,0.8);
}

.close {
    float: right;
    font-size: 4em;
    font-weight: 400;
    color: #D4D7DC;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.modal-header .close {
    padding: 0rem 1rem;
}

.modal-backdrop {
	background-color: #0B245B;
}

.modal-body {
    padding: 3rem;
}

.modal-body .team_text {
	line-height: 1.3em;
	margin-top: 20px;
	font-size: 0.9em;
}

.modal-body .team_image img {
	width: 30%;
	margin-bottom: 60px;
}

.modal-footer {
	border: 0px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.modal-footer img {
	width: 40px;
	height: auto;
	box-sizing: content-box;
}

.modal-footer .contact_mail img {
	padding: 0;
}

@media (max-width: 1359px) {
	.special_tittle {
		padding: 10px 40px 10px 50px;
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.special_tittle {
		padding: 10px 40px 10px 40px;
		font-size: 30px;
	}

	.border-col-6 {
		border-left: none;	
	}

	.special_text {
		padding: 10px 40px 10px 40px;
	}

	.box_special_text {
		font-size: 1.2em;
		padding: 40px;
		line-height: 1.4em;
	}

	.box_tittle {
		font-size: 2em;
		padding: 10px 0px;
	}

	.information_box {
		padding: 20px 30px 30px 30px;
		min-height: 330px;
	}
}

@media (max-width: 1080px) {
	.box_special_text {
		font-size: 1.2em;
		padding: 30px;
		line-height: 1.3em;
	}

	.box_tittle {
		font-size: 2em;
		padding: 10px 0px;
	}

	.information_box {
		padding: 20px 30px 30px 30px;
		min-height: 330px;
	}
}

@media (min-width: 992px) {
	/* .navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static;
	} */
}

@media (max-width: 991px) {

	.navbar-expand-lg .navbar-nav .dropdown-menu {
	    position: static;
		border: 0;
	}

	.navbar-collapse {
		background-color: rgba(11,36,91,1);
		min-height: 100vh;
		padding-top: 40px;
	}

	ul {
		padding-top: 20px;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.dropdown-menu {
		margin-bottom: 10px;
	}

	.special_tittle {
		text-align: center;
		padding: 0px 100px 20px 100px;
		
	}

	.special_text {
		text-align: center;
		padding: 20px 100px 0px 100px;
		border-left: 0px;
	}

	.tittle {
		padding: 0px 70px 20px 70px;
		font-size: 1.5em;
	}

	.text {
		padding: 20px 70px 0px 70px;
	}

	.section_col {
	padding: 0% 2%;
	}

	.section {
		padding: 70px;
	}

	.contact_content {
	padding: 0px;
	}

	.contact_tittle {
		text-align: center;
		font-size: 25px;
		font-weight: 500;
		padding: 80px 50px 0px 50px;
	}

	.contact_text {
		text-align: center;
		font-size: 20px;
		padding: 10px 50px 30px 50px;
	}

	.contact_mail img {
		float: none;
		margin: 0 auto;
		width: 25px;
	}

	.map iframe {
		max-height: 250px;
		width: 100%;
		max-width: none;
		padding-left: 0px;
	}

	.box_tittle {
		font-size: 24px;
		padding: 20px 0px;
	}

	.box_text {
		font-size: 1.1em;
		line-height: 1.4em;
	}

	.box_special_text {
		font-size: 1.3em;
		padding: 50px;
		line-height: 1.5em;
	}

	.information_box {
		padding: 40px 50px 50px 50px;
		border-bottom: 0;
		border-top: 0;
	}

	.portfolio_tittle {
		font-size: 1.5em;
		padding: 20px 0px;
	}

	.portfolio_text {
		font-size: 1em;
		line-height: 1.4em;
	}

	.information_box {
		padding: 30px 50px 40px 50px;
		min-height: 350px;
	}

	.funds_tittle {
		font-size: 2em;
		padding: 10% 10% 5% 10%;
	}

	.funds_text {
		font-size: 1.2em;
		line-height: 1.3em;
		padding: 0% 10% 10% 10%;
	}

	.text_img {
		padding: 30% 5%;
		font-size: 4em;
	}

	.dropdown-item {
		line-height: 23px;
	}

	.main-menu {
		max-height: 140px;
	}

	.whoweare {
		background-image: url(../img/who_we_are.jpeg);
	}

	.content {
		padding: 100px 50px;
	}

	.partners {
		padding: 30px;
	}
}


@media (max-width: 767px) {

	.quote, .quote-golden, .quote-golden-small {
	    font-size: 2em;
	    width: 60%;
	}

	.footer_contact {
		padding-bottom: 10px;
	}

	.section_image img {
		width: 50%;
	}

	.section_tittle {
		padding: 10px;
		font-size: 20px;
	}

	.content {
		padding: 100px 50px;
	}

	.section_text {
		padding: 10px 20px 100px 10px;
	}

	.content.dark_blue {
		border-bottom: 2px solid #fff;
	}

	.ocean {
	    font-size: 30px;
	}

	.box_special_text {
		font-size: 20px;
		padding: 50px;
		line-height: 30px;
	}

	.box_text {
		font-size: 1em;
		line-height: 1.5em;
		padding-top: 20px;
	}

	.information_box {
		padding: 30px 40px 40px 40px;
		min-height: 500px;
	}

	.portfolio_text {
		font-size: 1em;
		line-height: 1.5em;
	}

	.portfolio_tittle {
		font-size: 1.5em;
	}

	.funds_tittle {
		font-size: 3em;
		padding: 10% 10% 5% 10%;
	}

	.funds_text {
		font-size: 1.1em;
		line-height: 1.1em;
		padding: 0% 10% 10% 10%;
	}

	.text_img {
		padding: 15% 5%;
    	font-size: 4em;
	}

	.team_text {
		margin-bottom: 80px;
	}

	.team_image img {
		width: 50%;
	}

	.modal-body {
		padding-bottom: 0;
	}

	.map iframe {
		height: 300px;
	}

	.special_text {
		text-align: center;
		padding: 20px 50px 0px 50px;
	}

	.partners {
		padding: 30px;
	}
}


@media (max-width: 575px) {

	.title-col-1-terms {
		font-size: 1.5rem;
	}

	.special_tittle {
		font-size: 2em;
	}

	.content {
		padding: 80px 10px;
	}

	.box_special_text {
		font-size: 1.2em;
		padding: 50px;
		line-height: 1.5em;
	}

	.tittle {
		padding: 0px 70px 20px 70px;
		font-size: 1.3em;
	}

	.section_tittle {
		font-size: 2em;
	}

	.section_text {
		font-size: 1.2em;
	}

	.text {
		padding: 20px 70px 0px 70px;
	}
	.section_image img {
		width: 60%;
	}

	.section {
		padding: 50px;
	}

	.lighted_text {
	font-size: 22px;
	line-height: 30px;
	padding: 50px 50px 80px 50px;
	}

	.ocean {
	    font-size: 30px;
	}

	.portfolio_tittle {
		font-size: 1.2em;
		font-weight: 500;
		padding: 25px 0px;
	}

	.portfolio_text {
		font-size: 1em;
		line-height: 1.5em;
	}

	.funds_tittle {
		font-size: 2em;
		padding: 10% 10% 5% 10%;
	}

	.funds_text {
		font-size: 1.1em;
		line-height: 1.5em;
		padding: 0% 10% 10% 10%;
	}

	.text_img {
		padding: 30% 5%;
		font-size: 50px;
	}

	.modal-dialog {
    	max-width: none;
	}

	.modal-body .team_image img {
    	width: 40%;
	}

	.partners {
		padding: 0px 30px 30px 30px;
	}

	.partners img {
		max-width: 60%;
		margin-top: 40px;
	}
}


@media (max-width: 400px) {
	.menu-logo img {
		max-height: 70px;
	}

	.navbar-toggler {
	    margin: 45px 25px;
	}

	.box_special_text {
	    padding: 30px;
	    font-size: 14px;
	    line-height: 20px;
	}

	.box_text {
	    font-size: 14px;
	    line-height: 18px;
	    padding-top: 10px;
	}

	.tittle {
		padding: 0px 40px 20px 40px;
		font-size: 1.5em;
	}

	.text {
		padding: 20px 40px 0px 40px;
		line-height: 1.5em;
		font-size: 0.9em;
	}

	.special_tittle {
		padding: 0px 40px 20px 40px;
		font-size: 2em;
	}

	.special_text {
		padding: 20px 40px 0px 40px;
		line-height: 1.5em;
		font-size: 0.9em;
	}

	.section_text {
	    padding: 10px 0px 100px 0px;
	    font-size: 1em;
	    line-height: 1.2em;
	}

	.section_tittle {
		font-size: 1.1em;
	}

	.portfolio_text {
		font-size: 0.8em;
		line-height: 1.2em;
	}

	.lighted_tittle {
		padding: 0px 40px; 
	}

	.lighted_text {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 50px 30px 50px 30px;
	}

	.lighted {
		padding: 20px 40px 0px 40px;
	}

	.funds_tittle {
		font-size: 1.5em;
		padding: 10% 10% 10% 10%;
	}

	.funds_text {
		font-size: 1em;
		line-height: 1.2em;
		padding: 0% 5% 10% 5%;
	}

	.text_img {
		padding: 30% 5%;
		font-size: 35px;
	}

	.information_box {
		padding: 30px 40px 30px 40px;
	}

	.navbar-collapse {
	    padding-top: 0px;
	}

	.team_image img {
		width: 70%;
	}

	.modal-body {
	    padding: 1rem;
	}

	.modal-body .team_text {
		line-height: 1.3em;
		margin-top: 20px;
		font-size: 0.9em;
	}

	.modal-body .team_image img {
		width: 70%;
	}

	.sifide {
		width: 270px;
		font-size: 0.9em;
	}
}

@media (max-width: 320px) {

	.title-col-1-terms {
		font-size: 1.25rem;
	}
}