.banner{
	overflow: hidden;
}

.banner .contenido{
	width: 50%;
	text-align: right;
	padding-left: 80px;
	box-sizing: border-box;
	position: relative;
	padding-top:120px;
	padding-bottom: 120px;
}

.banner .contenido .interno{
	width: 100%;
	max-width: 480px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.banner .subtitulo{
	max-width: 380px;
}
.banner .imagen{
	width: 50%;
	text-align: left;

}
/*
.banner .imagen img{
	width: 100%;
	max-width: 450px;
	position: relative;
	left: -30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
*/
.banner .contenido .titulo{
	font-family: fuente-2-bold;
}

.banner .contenido .subtitulo{
	margin-top: 10px;
}

.banner .botones{
	margin-top: 30px;
}

.banner .boton-1{
	background-color: #AAA;
	color: white;
	margin-right: 5px;
	border: 1px solid #AAA;
}

.banner .boton-1:hover, .banner .boton-2:hover{
	background-color: #CA0019;
}
.banner .boton-2:hover{
	color:white;
}

.banner .boton-2{
	background-color: white;
	color: white;
	margin-right: 10px;
	border: 1px solid #AAA;
	color: black;
	margin-left: 5px;
}

.banner .botones-movil{
	display: none;
}

.imagen-banner-1{
	position: absolute;
	width: 28%;
	top: 30%;
	left: 44%;
	border-radius: 20px;
}

.imagen-banner-2{
	position: absolute;
    width: 35%;
    left: 6%;
    top: 15%;
    border-radius: 20px;
}

.imagen-banner-3{
	position: absolute;
    width: 35%;
    left: -5%;
    top: 56%;
    border-radius: 20px;
}

.adorno-banner{
	position: absolute;
}

.adorno-banner-1{
	width: 8%;
	left:45%;
	top:60%;
}
.adorno-banner-2{
	width: 12%;
	left:35%;
	top:10%;
}
.adorno-banner-3{
	width: 22%;
	left:31%;
	top:45%;
}
.adorno-banner-4{
	width: 6%;
	left:60%;
	top:70%;
}
.adorno-banner-5{
	width: 3%;
	left:65%;
	top:30%;
}


@media only screen and (max-width: 1100px) {
	.banner .contenido{
		width: 60%;
	}
	.banner .imagen{
		width: 40%;
	}

	.elementos-visuales{
		width: 130%;
	}
}

@media only screen and (max-width: 850px) {
	.banner .contenido{
		padding-left: 0px;
	}


	.banner .boton-1{
		padding-left: 20px;
    	padding-right: 20px;
	}

	.banner .boton-2{
		padding-left: 20px;
    	padding-right: 20px;
	}
}


@media only screen and (max-width: 600px) {
	/*.banner .botones{
		display: none;
	}
	.banner .botones-movil{
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}*/
}

@media only screen and (max-width: 600px) {
	.banner .contenido{
		width: 100%;
	}
	.banner .imagen{
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	.banner .imagen img{
		max-width: 300px;
	}
	.banner .contenido{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.banner .boton-1{
		margin-bottom: 20px;
	}
}



.seccion-categorias{
	text-align: center;
	background-color: #F1F1F1;
	padding-top: 50px;
	padding-bottom: 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.seccion-categorias .boton-categoria{
	position: absolute;
	bottom:10%;
	left: 50%;
	transform: translateX(-50%);
	background-color: black;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50px;
	cursor: pointer;
}
.seccion-categorias .boton-categoria:hover{
	background-color: #CA0019;
}

.seccion-categorias .contenedor-ambientacion{
	position: relative;
}

.seccion-categorias .portada-categoria{
	margin-top: 30px;
	display: block;
}

.seccion-categorias .categorias{
	margin-top: 40px;
}


.adorno-1{
	width: 8vw;
	top:8%;
	left: 0px;
}

.adorno-2{
	width: 15vw;
	left: 0px;
	bottom: 50%;
}

.adorno-3{
	width: 15vw;
	right: 0px;
	top: 15%;
}

.adorno-4{
	width: 15vw;
	right: 0px;
	top: 60%;
}

@media only screen and (max-width: 550px) {
}

.categorias .categoria{
	border:1px solid #AAA;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.categorias .categoria:hover{
	border:1px solid red;
}

.categorias .categoria[data-seleccionado="1"]{
	background-color: #CA0019;
	color: white;
	border:1px solid #CA0019;
}
.categorias .categoria{
	background-color: white;
	border:1px solid black;
}

.categorias .categoria:hover{
	color: #CA0019;
}

.categorias .categoria[data-seleccionado="1"]:hover{
	color: white;
}

@media only screen and (max-width: 1150px) {
	.seccion-categorias  .margenes-amplios{
		padding-left: 80px;
		padding-right: 80px;
	}

	.categorias .categoria{
		margin-left: 7px;
		margin-right: 7px;
	}
}


@media only screen and (max-width: 768px) {
	.categorias .categoria{
		margin-left: 7px;
		margin-right: 7px;
	}
}

@media only screen and (max-width: 550px) {
	.enlace-ambientacion{
		text-align: center;
	}
	.seccion-categorias .boton-categoria{
		position: relative;
		width:180px;
		transform: none;
		margin:20px auto;
		left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/*.categorias .categoria[data-seleccionado="1"]:hover{
	
}*/


.nuevos{
	padding-top: 30px;
	padding-bottom:30px;
	text-align: center;
}

.nuevos .flecha{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color:#CA0019 ;
	color: white;
	font-size: 20px;
	z-index: 2;
	cursor: pointer;
}

.nuevos .flecha .bi{
	position: relative;
	top: 2px;
	display: inline-block;
}



.nuevos .flecha[data-direccion="izquierda"]{
	left: 10px;
}

.nuevos .flecha[data-direccion="derecha"]{
	right: 10px;
}

.nuevos .visual{
	margin-top: 20px;
	overflow: hidden;
}

.nuevos .rotatorio{
	position: relative;
	left: 0px;
	width: 166.66%;
}

.nuevos .rotatorio .celda-producto{
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}



.catalogo{
	padding-top: 50px;
	padding-bottom: 50px;
}


.catalogo .boton .flecha{
	position: absolute;
	right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: white;
	color: #AAA;
	top:9px;
}

.catalogo .intro{
	max-width: 400px;
	margin:0 auto;
	margin-top: 20px;
}

.catalogo .contenedor-boton{
	margin-top: 50px;
}

.catalogo .boton{
	background-color: #AAA;
	color:white;
	padding-right: 50px;
}

.catalogo .boton:hover{
	background-color: #CA0019;
}

.catalogo .boton .icono{
	display: block;
	position: relative;
	top: 5px;
	font-weight: bold;
}

.contenedor-adornos{
	overflow: hidden;
}

.adorno-5{
	width: 8vw;
	top:28%;
	left: -20px;
}

.adorno-6{
	width: 3vw;
	top:40%;
	left: 80px;
}

.adorno-7{
	width: 2vw;
	bottom:30%;
	left: 0px;
}

.adorno-8{
	width: 8vw;
	bottom:-3%;
	left: -30px;
}

.adorno-9{
	width: 8vw;
	top:-50px;
	right: 100%;
}

.adorno-10{
	width: 8vw;
	bottom:-50px;
	left: 100%;
	transform: rotate(90deg);
}

.adorno-11{
	width: 8vw;
	top:25%;
	right: -30px;
}

.adorno-12{
	width: 8vw;
	bottom:20%;
	right: 30px;
}

.adorno-13{
	width: 8vw;
	bottom:0%;
	right: 0px;
}



@media only screen and (max-width: 768px) {
	.catalogo .boton .flecha{
		top:4px;	
	}
}


.contacto{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.contacto .subtitulo{
	margin-top: 10px;
}



.contacto .formulario{
	
	text-align: left;
	max-width: 800px;
	margin:0 auto;
	margin-top: 30px;
}

.contacto .boton{
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	background-color: #AAA;
	cursor: pointer;
	color:white;
	border-radius: 20px;
}

.contacto .boton:hover{
	background-color: #CA0019;
}


.contacto .etiqueta{
}

.contenedor-campo{
	padding-left: 10px;
	padding-right: 10px;
}



.contenedor-campo-correo{
	margin-bottom: 30px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.contacto .campo{
	width: 100%;
	background-color: transparent;
	border: 1px solid black;
	border-radius: 10px;
	height: 30px;
}

.contacto textarea{
	height: 120px !important;
}



