img#lampara-3 {
	width: 400px;
	position: absolute;
	top: 0px;
	left: 250px;
	z-index: 0;
	transition: 1s ease-in-out;
	transform: translateY(-150%);
	pointer-events: none;
}

img#lampara {
	position: absolute;
	top: 0px;
	right: 70px;
	transition: .25s ease-in-out;
	transform: translateY(-150%);
}

body.loaded img#lampara-3, body.loaded img#lampara{
	transform: none;
}
#hero h2{
	font-family: 'Unbounded';
	font-weight: 200;
	font-size: 60px;
	line-height: 74px;
	z-index: 4;
	position: relative;
}
#hero h2 b{
	display: block;
	font-weight: 500;
	margin-top: 160px;
}
#hero p{
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.96px;
	padding-right: 18em;
	margin-top: 1.1em;
}
#hero nav {
	position: relative;
	margin-top: 360px;
}
section#hero nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	transform: translateY(-39%);
	margin-bottom: calc((100vw/1440*-378)/2);
	padding-bottom: 35px;
}

section#hero nav ul li {
	display: block;
	margin-left: calc(100vw / 1440 * 5);
	margin-right: calc(100vw / 1440 * 5);
	width: calc(100vw / 1440 * 249);
	height: calc(100vw / 1440 * 378);
	background: #EB6125;
	border-radius: 4px;
	padding: 1.5em;
	position: relative;
	transition: .15s ease-in-out;
}
section#hero nav ul li:hover {
	background: #EB6125;
}
section#hero nav ul li h6 {
	font-family: 'Unbounded';
	font-weight: 100;
	font-size: 26px;
	line-height: 32px;
	color: #FDFDFD;
	position: absolute;
	left: 0px;	
	width: 100%;
	text-align: center;
	text-wrap: wrap;
	padding-right: 10px;
	padding-left: 10px;
}

section#hero nav ul a {
	text-decoration: none;
	cursor: pointer;
}

section#hero nav ul li p {
	color: #FDFDFD;
	text-align: center;
	position: absolute;
	bottom: -3.5em;
	width: 100%;
	left: 0px;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	display: none;
}
section#hero nav ul li:hover p {
	display: block;
}
section#hero nav ul li picture {
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	display: block;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	left: 1.5px;
	top: 1.5px;
	transition: .15s ease-in-out;
}
section#hero nav ul li:hover picture {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
}
section#hero nav ul li picture img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: .25s ease-in-out;
}
section#hero nav ul li:hover picture img {
	transform: scale(1.1);
}
ul#subcategorias-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	text-wrap: nowrap;
	overflow: auto;
	position: relative;
	padding-left: 20px;
	display: flex;
}
#contenedor-subcategorias-list{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#contenedor-subcategorias-list:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 20px;
	background: linear-gradient(90deg, #18151D, transparent);
	z-index: 1;
	opacity: 0;
}

#contenedor-subcategorias-list:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 20px;
	background: linear-gradient(-90deg, #18151D, transparent);
	z-index: 1;
	opacity: 0;
}
#subcategorias .separador{
	background: #EB6125;
	box-shadow: 0px -16px 100px 6px #EB6125;
	border-radius: 10px;
	width: 100%;
	height: 2px;
}
#subcategorias nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

img#siguiente-subcategoria {
	transform: rotate(180deg);
}

#subcategorias img {
	cursor: pointer;
}

#subcategorias-list li {
	line-height: 60px;
	background: #FDFDFD;
	border-radius: 2px;
	display: inline-block;
	font-family: 'Unbounded';
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #85868C;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.7);
	transition: .25s ease-in-out;
	order: 1;
	position: relative;
	z-index: 1;
}
#subcategorias-list li:hover {
	color: #EB6125;
}


#subcategorias-list li.active {
	background: #EB6125;
	color: #FDFDFD;
	order: 0;
	z-index: 2;
}

section#subcategorias {
	margin-top: 75px;
	z-index: 2;
	position: relative;
}

p#subcategoria-descripcion {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	margin-top: 75px;
	margin-bottom: 75px;
	padding-left: 60px;
	padding-right: 60px;
}
section#catalogos {
	position: relative;
	z-index: 1;
}
#catalogos nav {
	border-bottom: 1px solid white;
	padding-bottom: 8px;
	margin-bottom: 80px;
}
ul#productos {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	font-family: 'Unbounded';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

ul#productos li {
	text-align: center;
	border-left: .5px solid white;
	border-right: .5px solid white;
	border-end-end-radius: 3px;
	display: block;
	text-wrap: nowrap;
	flex-basis: max-content;
	min-width: 0;
	flex-grow: 1;
	line-height: 40px;
	cursor: pointer;
}
ul#productos li.active {
	color: #EB6125;
}
ul#productos li:first-child {
	border-left: none;
}
ul#productos li:last-child {
	border-right: none;
}
ul#marcas {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
}

ul#marcas li {
	width: 20%;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}

ul#marcas li img {
	max-width: 100%;
	margin-bottom: 30px;
}
ul#marcas li a {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.84px;
	text-decoration-line: underline;
	color: #EB6125;
	opacity: 0;
	transition: .15s ease-in-out;
	cursor: pointer;
}
ul#marcas li:hover a {
	opacity: 1;
}

#blog img.fondo {
	width: calc(100vw/1440*790);
	position: absolute;
	right: -72px;
	top: calc(-100vw/1440*630);
	z-index: 0;
}

section#blog {
	position: relative;
	margin-top: 200px;
}

section#blog .row {
	position: relative;
}
section#blog h1{
	font-size: 24px;
	line-height: 28px;
}
section#blog h2{
	font-family: 'Unbounded';
	font-weight: 250;
	font-size: 60px;
	line-height: 74px;
}
section#blog h2 b{
	display: block;
	font-weight: 500;
}
section#blog p{
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
}

#blog a.btn {
	display: inline-block;
	margin-top: 4em;
	line-height: 15px;
}
section#blog h1:before {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 0px;
	width: 6px;
	background: #EB6125;
	height: 50px;
	border-radius: 10px;
}
section#blog h1:after {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 60px;
	width: 6px;
	background: #E9E9F0;
	height: 50px;
	border-radius: 10px;
}
div#cta-proyectos{
	display: block;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	height: 20em;
	margin-top: 200px;
	margin-bottom: 200px;
}
div#cta-proyectos .ficha {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateX(120%);
	transition: .2s ease-in-out;
}
div#cta-proyectos .ficha.active{
	transform: none;
}
div#cta-proyectos .titulo {
	width: 40%;
	padding-left: 40px;
	position: relative;
}
div#cta-proyectos .titulo h6{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
}
div#cta-proyectos .titulo h5{
	font-family: 'Unbounded';
	font-weight: 200;
	font-size: 60px;
	line-height: 74px;
	margin-bottom: 1em;
}
div#cta-proyectos .titulo h5 b{
	font-weight: 500;
}
div#cta-proyectos .contenido {
	width: 60%;
	text-align: justify;
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
}
div#cta-proyectos .nav-mobile {
	display: block;
	margin-top: 7em;
	margin-bottom: 0em;
	text-align: right;
}

div#cta-proyectos .nav-mobile span {
	width: 80px;
	height: 10px;
	background: #C1C2C8;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

div#cta-proyectos .nav-mobile span.active {
	background: #EB6125;
}
div#cta-proyectos .contenido p.text-end button {
	float: right;
	margin-top: 2em;
}
div#cta-proyectos .titulo span {
	display: block;
	width: 6px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 10px;
	background: #922B4A;
	border-radius: 3px;
	cursor: pointer;
}

div#cta-proyectos .titulo span.naranja {
	top: 65px;
}
div#cta-proyectos .titulo span.morado-2 {
	top: 120px;
}
div#cta-proyectos .titulo span.active {
	background: #EB6125 !important;
}
#proyectoActual{
	z-index: 1;
	position: relative;
	width: calc(100% + 40px);
	transform: translateX(-20px);
	margin-top: 150px;
}
div#proyectoActual > div {
	padding: 0px;
}
#proyectoActual .imagenProyecto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#proyectoActual .imagenProyecto .marcoImagen{
	border: none;
	border-radius: 2px;
	width: calc(100% - 8px);
	overflow: hidden;
	min-height: calc(100vw/1440*578.22);
	height: 100%;
}
#proyectoActual .textoProyecto .marcoTexto{
	background: none;
	width: calc(100% - 8px);
	margin-left: 8px;
	height: 100%;
	padding-left: 5px;
	padding-top: 5px;
	overflow: hidden;
}
#proyectoActual .textoProyecto .marcoTexto .textos {
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border-radius: 21px;
	padding: 35px;
	padding-top: 50px;
	text-align: right;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-end;
	justify-content: space-between;
	align-items: flex-end;
}
#proyectoActual .textoProyecto .marcoTexto .textos h3{
	font-family: 'Unbounded';
	font-weight: 250;
	font-size: 60px;
	line-height: 74px;
}
#proyectoActual .textoProyecto .marcoTexto .textos h3 b{
	font-weight: 500;
	display: block;
}
#proyectoActual .textoProyecto .marcoTexto .textos p{
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
}
#proyectos{
	position: relative;
}
#proyectos .circuloRojo{
	right: -135px;
	top: 24vw;
}
div#menuProyectos ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	min-width: 100%;
	overflow-x: auto;
	text-wrap: nowrap;
	padding-bottom: 50px;
}

div#menuProyectos {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

div#menuProyectos ul li {
	border: 1.5px solid #F26122;
	border-radius: 2px;
	font-size: 16px;
	line-height: 46px;
	padding-left: 33px;
	padding-right: 33px;
	margin-left: 17px;
	margin-right: 17px;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0px 1px 5px rgba(242, 97, 34, 0.7);
	font-family: 'Unbounded';
	font-weight: 400;
	text-transform: uppercase;
	transition: .25s ease-in-out;
}
div#menuProyectos ul li:hover{
	border-color: #EB6125;
	box-shadow: 0px 2px 16px rgba(242, 97, 34, 0.6);
}
div#menuProyectos nav {
	overflow: hidden;
	position: relative;
	padding-left: 5px;
}
div#menuProyectos nav:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 20px;
	background: linear-gradient(-90deg, #18151D, transparent);
}

div#menuProyectos nav:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 20px;
	background: linear-gradient(-90deg, #18151D, transparent);
}

#menuProyectos img.navMenuProyectos.siguiente {
	transform: rotate(180deg);
}

#menuProyectos img.navMenuProyectos {
	cursor: pointer;
	margin-top: -50px;
}
#newsletter{
	text-align: center;
	margin-top: 60px;
	position: relative;
	padding-bottom: 300px;
}
#newsletter h1{
	font-family: 'Unbounded';
	font-weight: 500;
	font-size: 60px;
	line-height: 74px;
	margin-bottom: 0px;
}
#newsletter p{
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 28px;
	line-height: 50px;
	margin-bottom: 40px;
}
#newsletter input.form-control{
	width: 457px;
	height: 70px;
	background: #FDFDFD;
	box-shadow: inset 3px 3px 6px #C1C2C8;
	border-radius: 2px;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
}
#newsletter input.form-control::placeholder{
	color: #C1C2C8;
}
#newsletter a.btn {
	display: inline-block;
	line-height: 10px;
}
#elipse{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
div#descargarCatalogos{
	border-radius: 2px;
	width: 507px;
	height: 402px;
	margin-left: 8px;
	padding-left: 5px;
	padding-top: 5px;
	overflow: hidden;
	z-index: 10;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .15s ease-in-out;
	top: -150%;
}
div#descargarCatalogos.shown{
	top: 50%;
}
div#descargarCatalogos .contenidos {
	background: #FDFDFD;
	padding: 10px;
	width: 499px;
	height: 394px;
	border-radius: 2px;
	font-family: 'Unbounded';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.06em;
	color: #85868C;
	overflow: auto;
}
#cerrarDescargarCatalogos{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 28px;
}
div#descargarCatalogos .contenidos h6{
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 64px;
	letter-spacing: 0.14em;
	text-transform: uppercase;	
	color: #26232E;
	text-decoration: none;
	border-bottom: 1px solid #DEDFE5;
	padding-left: 20px;
}
div#descargarCatalogos .contenidos ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#descargarCatalogos .contenidos ul li{
	text-decoration-line: underline;
	cursor: pointer;
	padding-left: 20px;
	line-height: 1.5em;
	margin-bottom: 40px;
	position: relative;
}
@keyframes btnThinkingDownload {
	0%{
	  width: 10%;
	  left: 20px;
	  opacity: 1;
	}
	50%{
	  width: 100%;
	  left: 0%;
	  opacity: .5;
	}
	100%{
	  width: 10%;
	  left: 80%;
	  opacity: 1;
	}
}
div#descargarCatalogos .thinking:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0px;
	background: #EB6125;
	animation-name: btnThinkingDownload;
	animation-duration: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	transition: .2s ease-in-out;
}

/***** Ajustes mobile ***/
@media only screen and (max-width: 1200px) {
	img#lampara-3 {
		left: 180px;
	}
	#hero h2 {
		font-size: 53px;
		line-height: 64px;
	}
	
	#hero p {
		font-size: 22px;
	}
	section#hero nav ul li {
		margin-left: 2px;
		margin-right: 2px;
		width: calc(100vw / 1440 * 245);
	}
	section#hero nav ul li p {
		font-size: 14px;
	}
	
	section#hero nav ul li h6 {
		font-size: 22px;
		line-height: 30px;
	}
	ul#marcas li {
		width: 25%;
	}
	ul#productos {
		display: block;
		width: 100%;
		overflow: auto;
		text-wrap: nowrap;
	}
	
	ul#productos li {
		display: inline-block;
		padding-left: 20px;
		padding-right: 20px;
	}
	#proyectoActual .textoProyecto .marcoTexto .textos h3{
		font-size: 48px;
		line-height: 54px;
	}
}
@media only screen and (max-width: 992px) {
	img#lampara-3 {
		left: 120px;
	}
	section#hero nav ul li {
		margin-left: 5px;
		margin-right: 5px;
		width: 160px;
		height: 242px;
	}
	ul#marcas li {
		width: 33%;
	}
}
/***** Ajustes mobile ***/
@media only screen and (max-width: 575.98px) {
	img#lampara-3 {
		top: calc(-4em - 56px);
		width: calc(100vw/390*120);
		left: 35px;
	}
	body.loaded img#lampara-3 {
		top: calc(-4em - 56px);
	}
	img#lampara {
		width: calc(100vw/390*80);
		right: 10px;
		top: -3em;
	}
	#hero h2{
		font-size: 34px;
		line-height: 42px;
	}
	#hero p{
		font-size: 16px;
		line-height: 20px;
		padding: 0px;
	}
	#hero nav {
		margin-top: 10em;
	}
	section#hero nav ul {
		overflow: auto;
	}
	section#hero nav ul li{
		width: 41vw;
		height: 62vw;
		border-radius: 2px; 
	}
	section#hero nav ul li picture{
		width: calc(100vw/390*160 - 3px);
		height: calc(100vw/390*242 - 3px);
		left: 1.5px;
		top: 1.4px;
		border-radius: 2px;
	}
	section#hero nav ul li h6{
		font-size: 16px;
		line-height: 20px;
	}
	section#hero nav ul li p{
		font-size: 10px;
		line-height: 12px;
	}
	section#hero nav ul li p:after {
		content: '';
		background: #FDFDFD;
		height: 1px;
		width: 17%;
		display: block;
		left: 50%;
		position: absolute;
		transform: translateX(-50%) translateY(1em);
	}
	#subcategorias-list li{
		font-size: 10px;
		line-height: 35px;
		margin-left: 10px;
		padding-right: 20px;
		flex-shrink: 0;
	}
	ul#subcategorias-list {
		text-wrap: nowrap;
		overflow: auto;
		display: flex;
		flex-shrink: 0;
	}
	p#subcategoria-descripcion{
		font-size: 16px;
		line-height: 19px;
		margin-top: 25px;
		margin-bottom: 50px;
	}
	#catalogos nav {
		border-bottom-width: 1px;
	}
	ul#productos{
		font-size: 12px;
		line-height: 15px;
		display: block;
		overflow: auto;
		text-wrap: nowrap;
		display: flex;
	}
	ul#productos li{
		border-left-width: 0.5px;
		border-right-width: 0.5px;
		line-height: 25px;
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
		flex-shrink: 0;
	}
	ul#marcas li {
		width: 50%;
		margin-bottom: 10px;
	}
	
	ul#marcas li a {
		opacity: 1;
		font-size: 12px;
		line-height: 18px;
	}
	
	ul#marcas li img {
		margin-bottom: 20px;
	}
	div#cta-proyectos .ficha {
		flex-direction: column;
	}
	
	div#cta-proyectos .titulo {
		width: 100%;
		padding: 0px;
	}
	
	div#cta-proyectos .titulo h5 {font-size: 48px;line-height: 59px;}
	
	div#cta-proyectos .contenido {
		width: 100%;
	}
	
	div#cta-proyectos {
		overflow: unset;
		height: 36em;
	}
	
	div#cta-proyectos .nav-mobile {
		text-align: center;
	}
	
	div#cta-proyectos .nav-mobile span {
		height: 6px;
		width: 60px;
	}
	section#blog h1{
		font-size: 18px;
		line-height: 21px;
	}
	section#blog h2{
		font-size: 34px;
		line-height: 42px;
	}
	section#blog p{
		font-size: 16px;
		line-height: 19px;
		text-align: justify;
	}
	section#blog p.text-end {
		text-align: left !important;
	}
	#proyectoActual {
		width: 100%;
		transform: none;
		margin: 0px;
		margin-top: 70px;
	}
	
	div#proyectoActual > div.textoProyecto {
		order: 1;
		margin: 0px;
		margin-bottom: 25px;
	}
	#proyectoActual .textoProyecto .marcoTexto{
		padding-left: 3px;
		padding-top: 3px;
		border-radius: 14px;
		width: 100%;
		margin: 0px;
	}
	#proyectoActual .textoProyecto .marcoTexto .textos{
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 3px);
		height: calc(100% - 3px);
		border-radius: 12px;
	}
	div#proyectoActual > div.imagenProyecto {
		order: 2;
	}
	div#proyectoActual > div#menuProyectos {
		order: 3;
	}
	#proyectoActual .textoProyecto .marcoTexto .textos h3{
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 40px;
	}
	#proyectoActual .textoProyecto .marcoTexto .textos p{
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 30px;
	}
	#proyectoActual .imagenProyecto .marcoImagen{
		border-width: 3px;
		height: calc(100vw/390*282);
		border-radius: 14px;
	}
	div#menuProyectos ul{
		display: flex;
	}
	div#menuProyectos ul li{
		font-size: 12px;
		letter-spacing: 0.14em;
		text-wrap: nowrap;
		flex-shrink: 0;
	}
	
	#proyectos .circuloRojo {
		width: 240px;
		height: 240px;
		right: -54px;
		top: 55vw;
	}
	#proyectoActual .imagenProyecto .marcoImagen {
		height: calc(100vw/390*282);
		border-radius: 14px;
		width: 100%;
	}
	
	#proyectos .circuloRojo {
		width: 240px;
		height: 240px;
		right: -54px;
		top: 55vw;
	}
	#newsletter h1{
		font-size: 34px;
		line-height: 42px;
	}
	#newsletter p{
		font-size: 16px;
		line-height: 20px;
	}
	#newsletter input.form-control {
		width: 100%;
	}
	div#descargarCatalogos {
		width: calc(100% - 20px);
		margin: 0px;
		border-radius: 14px;
	}
	
	div#descargarCatalogos .contenidos {
		width: calc(100% - 6px);
		border-radius: 12px;
		height: 392px;
	}
	div#elipse img {
		width: 100%;
	}
}