@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 300 900;
	font-display: fallback;
	src: url('/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2') format('woff2'), 
		url('/assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-stretch: normal;
}

body {
	font-family: "Inter", sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.surrutia_header_bar > a{
	display: block;
	height: 40%;
}

ul, ol{list-style-type: none; padding-left: 0;}

hr{
	border-top: 1px solid #d8d8d8;
	color: transparent;
}

/* Layout */
.columns {
	display: flex;
	flex-direction: row;
}

.columns > *{
	flex: 1 1 auto;
}

.hide-overflow{overflow: hidden;}

.justify{text-align: justify;}
.f2{flex-grow: 2;}
.f3{flex-grow: 3;}
.fnoshrink{flex-shrink: 0;}

@media screen and (max-width: 1080px){
	.fwrap{flex-wrap: wrap;}
}

.center-margin{
	margin-left: auto;
	margin-right: auto;
}

.mb2{margin-bottom: 2rem;}
.w7{width: 70%;}
.w6{width: 65%;}
/* Layout */

.img-header{/* Dentro de la pagina */
	width: 100%;
	height: 435px;
	object-fit:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}
.header-spacer{
	margin-bottom: 405px;
}

.heading-general{
	margin-top: 0.6em;
	margin-bottom: 0.8em;
/* 	font-size: 2.1rem;
	font-weight: 450; */
	line-height: 1.3;
	font-size: 2.4em;
	font-weight: 400;
}



.light-text{
	font-size: 0.95rem;
	line-height: 1.5;
	color: #666666;
}


.grid-wrapper{
	display: grid;
	grid-template-rows: auto 1fr auto auto;
	min-height: 100vh; 
}

.surrutia_header_bar {
	height: 5.8rem;
	margin-top: 0px;
	background-color: #09141E;
	color: white;
	max-width: 1080px;
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	font-weight: lighter;
	margin-left: 20px;
	align-items: center;
}

#sr-logo-header{
	width: auto;
	height: 100%;
	flex: none;
	box-sizing: border-box;
	margin-left: 2rem;
}

.surrutia_header_bar .current-menu-item {
	font-weight: bold;
}
.sr-nav-bar{
	height: 100%;
	margin-left: 5%;
	margin-top: auto;
	margin-bottom: auto;
	width: 65%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 0.9rem;
	align-items: center;
	
}
.sr-nav-bar li{
	display: flex;
	height: 100%;
	align-items: center;
}
.sr-nav-bar a{
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	display: block;
}
.sr-nav-menu{
	display: none;
}
.sr-nav-svg{
	width: 3rem;
	height: 3rem;
	fill: white;
}
.sr-nav-dropdown-container{
	width: 100%;
	position: absolute;
	display: none;
	margin: 0;
	z-index: 100;
}
.sr-nav-dropdown{
	
	max-height: 0;
	transition-property: max-height;
	transition-duration: 0.3s;
	margin: 0;
	padding: 2px;
	background-color: #09141E;
	overflow:hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: large;
	font-weight: 300;
}
.sr-nav-dropdown a{
	color:white;
	width: 100%;
	display: block;
	padding: 4px;
	
	text-align: right;
	box-sizing: border-box;
}
.sr-nav-dropdown a:hover{
	
	background-color: #112431;
}
.highlight{
	font-weight: 600;
}


.surrutia-footer {
	width: 100%;
	padding-top: 3.5rem;
	padding-bottom: 8rem;

	background-color: #09141E;
	color: white;

	font-weight: 400;
		
}
.surrutia-footer-flex {
	display: flex;
	justify-content: space-evenly;
	/* width: 75%; */
	margin-left: 2%;
	margin-right: 5%;

	font-weight: 300;
}
.footer-heading{
	margin-bottom: 1.5em;
}
.surrutia-footer p{

	font-weight: 350;
	font-size: large;
}
.sr-footer-logo{
	
	max-height:75px;
	flex: 0 1 auto;
	padding-top: 1rem;
	margin-bottom: 3rem;
}


.sr-with-img{
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.surrutia-footer li{
	margin-bottom: 0.8em;
	font-size: small;
	color: #d8d8d8;
}

.sr-footer-block{
	margin-right: 1em;
	flex: 0 1 auto;
}
@media screen and (max-width: 1200px){
	.sr-footer-block:nth-child(2){width: 1rem;}
}

/* .sr-footer-social-bar{
	margin-top: 1.2rem;
}
 */

.svg-white{
	padding: 0;
	padding-right: 1em;
	height: 2.1em;
	flex: none;
}

.sr-social-bg{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	margin-right: 1em;
	/*transform: translateX(0.1em);  Alignment */
}

.svg-social{
	flex: 0;
	width: 1rem;
	height: 1rem;
}

.svg-social img {	height: 1em; width: 1em;}

.sr-footer-icons-container{
	
	bottom: 58px;
	position: sticky;
	height: 0;
}

.sr-footer-icons{
	position: absolute;
	top: -30px;
	right: 1rem;
	display: flex;
}

.sr-footer-icons a{
	margin: 0.5rem;
	margin-bottom: 0;
}

.sr-footer-icons img{
	width: 60px;
}


/* Middle stuff */

.sr-block-blue{
	margin-top: 2em;
	display: block;
	width:fit-content;
	padding: 1em;
	padding-left: 3.3em;
	padding-right: 3.3em;
	margin-top: 0.7rem;
	border-radius: 0;
	background-color: #09141E;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8rem;
}

.sr-block-black{
	margin-top: 2em;
	display: block;
	width:fit-content;
	padding: 0.5em;
	padding-left: 1.3em;
	padding-right: 1.3em;
	margin-top: 0.7rem;
	border-radius: 0;
	background-color: #181818;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.8rem;
}

@media screen and (max-width: 1400px)
{
	.img-header{
		height: calc(435px - 100px);
	}
	.header-spacer{
		margin-bottom: calc(405px - 100px);
	}
}


@media screen and (max-width: 1200px){
	.sr-footer-logo{
		max-height:40px;
	}
	.img-header{
		height: calc(435px - 150px);
	}
	.header-spacer{
		margin-bottom: calc(405px - 150px);
	}
}

/* Large tablet */
@media screen and (max-width: 850px){
	.sr-nav-bar{
		margin-left: 0;
		width: 70%;
	}
	.surrutia_header_bar > a{
		margin-right: 1em;
	}
	.img-header{
		height: calc(435px - 200px);
	}
	.header-spacer{
		margin-bottom: calc(405px - 200px);
	}
}

/* Mobile version */
@media screen and (max-width: 800px){
	.img-header{/* Dentro de la pagina */
		height: calc(435px - 240px);
	}
	.header-spacer{
		margin-bottom: calc(405px - 240px);
	}


	.sr-nav-bar{
		display: none;
	}

	.surrutia_header_bar{
		justify-content: space-between;
		margin-left: 0;
		height: 4rem;
	}

	.surrutia_header_bar > a{
		height: 50%;
	}
	#sr-logo-header{
		width: auto;
		flex: none;
		box-sizing: border-box;
		margin: 0;
		margin-left: 1rem;
	}

	.sr-nav-menu{
		display: flex;
		height: auto;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		padding: 8px;
		margin-right: 8px;
	}

	.sr-nav-svg{
		width: 2rem;
		height: 2rem;
	}

	.sr-nav-menu:hover{
		background-color: #3d494d;
	}

	.sr-nav-menu:active > .sr-nav-svg{
		fill: #adffe6;
	}

	.sr-nav-dropdown-container{
		display: block;
	}

	.w7{width: 95%;}
	.w6{width: 95%;}
	

	.heading-general{
		font-size: calc(1.1rem + 2vw);
	}

	.light-text{
		font-size: calc(0.5rem + 1vw);
	}

	.mb2{
		margin-bottom: 0.5rem;
	}

	.surrutia-footer {
		padding-bottom: 4rem;
	}
	.surrutia-footer-flex {
		margin-left: 5%;
		align-items: flex-start;
		flex-flow: column;
	}
	.surrutia-footer p{
		margin-left: -3%;
	}

	.sr-footer-icons-container{
		bottom: 30px;
	}

	.sr-footer-icons{
		right: 0.2rem;
		top: -20px;
	}

	.sr-footer-icons a{
		margin: 0.2rem;
		margin-bottom: 0;
	}

	.sr-footer-icons img{
		width: 40px;
	}
}

@media screen and (max-width: 380px){
	height: 50%;{
		height: 40%;
	}
	.sr-with-img p{
		font-size: 0.8rem;
	}
	.sr-footer-logo{
		width: 100%;
		height: auto;
		max-height: none;
	}

	.sr-social-bg{
		margin-right: 0.5rem;
	}

	.sr-with-img .sr-social-bg + p{
		font-size: 0.77rem;
	}
}
