.sr-top-slide-container{
	z-index: -1;
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#sr-bg-home{
	position: absolute;
	height: 800px;
	width: 200vw;
	background-color: #0a141e;
	flex-wrap: row nowrap;
	display: flex;
	overflow: hidden;
	left: 0;
}

#sr-bg-home img{
	flex: auto;
	width: 100vw;
	object-fit:cover;
	background-color: #0a141e;
}

#sr-bg-home.transition-right{
	left: -100vw;
	transition-property: left;
	transition-duration: 1.0s;
	transition-timing-function: ease-in-out;
}

.surrutia-home-contactanos{
	height: 45rem;
	color:white;

	margin-left: 17%;
	width: 80%;
	margin-right: auto;
	/* min-width: 40em; */
	/* font-weight: 100 ; */
	font-size: 1.3rem;
	font-weight: 350;
	word-wrap: normal;
	margin-bottom: 2em;
}

.surrutia-home-contactanos > h1{
	width: 88%;
	padding-top: 22rem;
	font-size: 4.0rem;
	/* text-transform: uppercase; */
	font-weight: 400 ;
	line-height: 1.1;
	margin-bottom: 0;
}

.surrutia-home-contactanos p{
	margin-top: 0;
	margin-bottom: 1em;
	width: 65%;
	font-size: 1.5rem;
}

@media screen and (max-width: 1350px){
	.surrutia-home-contactanos > h1{font-size:3.0rem;}
}

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

.sr-block-gray{
	font-size: small;
	display: block;
	width:fit-content;
	padding: 0.5em;
	padding-left: 1.3em;
	padding-right: 1.3em;
	border-radius: 0;
	background-color: #c4bfb9;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}





.sr-light-div{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f7f7f7;
	padding-top: 9rem;
	margin-top: 1rem;
}

.sr-light-div .sr-block-gray{
	padding-left: 2.2em;
	padding-right: 2.2em;
}

.sr-sobre-nosotros{
	margin-left: 1em;
	margin-right: 1em;
	width: 100%;
	min-width: 420px;
}

#sr-img{
	flex: 0 1.4 auto;
	width: 100%;
	height: 100%;
 	/* max-height: 512px; */
	max-width: 500px;
	min-width: 300px;
	margin: 5%;
	margin-left: 1em;
	box-sizing: border-box;
}

.sr-slideshow-bg{
	width: 100%;
	background-image: url("/assets/images/p-valencia/1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
	from {opacity: .4}
  to {opacity: 1}
}

.sr-slideshow-info{
	margin-top: 11rem;
	margin-bottom: 18rem;
	margin-left: 3rem;
	background-color: white;
	padding-left: 3rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
	width:33rem;
}
.sr-slideshow-info .sr-block-blue{
	margin-bottom: 1rem;
	padding: 0.8em;
	padding-right: 3em;
	padding-left: 3em;
}

.proyectoTitulo
{
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 1.8rem;
	font-weight: 450;
	line-height: 1.3;
}

.proyectoInfo
{
	margin-top: 0;
	margin-bottom: 1em;
}

.sr-proyecto-dot-bar{
	text-align: center;
	margin-bottom: 2.5rem;
}

.sr-proyecto-dot{
	cursor: pointer;
	height: 18px;
	width: 18px;
	margin: 0 2px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.sr-proyecto-dot-active, .sr-proyecto-dot:hover {
  background-color: #cf2142;
}

/* Flickity stuff */
.gallery {
	
	background-image: linear-gradient(rgba(0, 0, 0, 0),rgb(9, 20, 30));
	/* background-color: #181818; */
	margin: 0;
	margin-top: 2rem;
  width: 100%;
}

.flickity-page-dots {
	bottom: 16px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #cf2142;
}



@media screen and (max-width: 800px){
	#sr-bg-home{
		height: calc(450px + 45vw);
	}

	.surrutia-home-contactanos{
		margin-left: 5%;
		width: 95%;
		height: calc(380px + 45vw);
		/* height: 45rem;
		color:white;

		
		width: 80%;
		margin-right: auto; */
		/* min-width: 40em; */
		/* font-weight: 100 ; */
/* 		font-size: 1.3rem;
		font-weight: 350;
		word-wrap: normal; */
	}

	.surrutia-home-contactanos > h1{
		font-size: calc(1.0rem + 2vw);
		width: 100%;
	/* 	width: 88%;
		padding-top: 9rem;
		
		text-transform: uppercase;
		font-weight: 400 ;
		line-height: 1.1;
		margin-bottom: 0; */
	}

	.surrutia-home-contactanos p{
		margin-bottom: 2em;
		width: 80%;
		font-size: calc(0.3rem + 2vw);
	}

	.sr-sobre-nosotros{
		margin-left: 1em;
		margin-right: 1em;
		width: 100%;
		min-width: 0;
	}

	#sr-img{
		min-width: 200px;
	}

	.sr-slideshow-info{
		margin-top: 2rem;
		padding-left: 10%;
/* 		
		margin-bottom: 12rem;
		
		background-color: white;
		
		padding-top: 2rem;
		padding-bottom: 1rem; */
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	.proyectoTitulo
	{
		height: 3em;
		font-size: 1.4rem;
	}

	
}