


#fondo-modelos {
	background: #074838;
	width: 100%;
}


#contenedor-tomahawk.animacion-barra-superior-activa {
	padding-top: 7%;
}

#tomahawk.animacion-barra-superior-desactiva {
	padding-top: 0;
}

#contenedor-sherman {
	margin-top: 4%;
}


#modelos-a-pedido {
	margin: 10% 0%;
	text-align: center;
	padding: 0% 5%;
	color: 
}

#modelos-a-pedido #texto-modelos-a-pedido {
	text-align: center; 
	color: #e5e5e5; 
	font-size: 30px; 
	margin-bottom: 3%;
}

.barra-separadora-modelos {
	width: 0px;
	height: 0px;
}


.mascara {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%;
	background: rgba(7,72,56,0);
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.mascara.visible {
	background: rgba(7,72,56,1); 
}

#contenedor-botones-manejar-animaciones {
	text-align: center; 
	margin-bottom: 4%;
	padding: 0% 3%;
}

.boton-reiniciar-animacion {
	color: gray;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 30px;
	cursor: pointer;
}

.boton-reiniciar-animacion:hover {
	color: #cccccc;
}

.eleccion-animacion {
	font-size: 19px;
	position: relative;
}

.eleccion-animacion span {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.eleccion-animacion span:hover {
	color: #cccccc;
}

.eleccion-animacion .animacion-activa {
	color: #cccccc;
}

.eleccion-animacion .animacion-inactiva {
	color: rgba(128,128,128, 0.7);
}

.boton-cambiar-animacion {
	padding-bottom: 3%;
	width: 48%;
}

.barra-selectora-animacion {
	position: absolute; 
	top: 0;  
	height: 100%; 
	border-bottom: 4px solid #987610;
	-webkit-transition: left .5s ease, width .5s ease;
	-o-transition: left .5s ease, width .5s ease;
	transition: left .5s ease, width .5s ease;
	width: 50%;
}

.barra-selectora-animacion.primera {
	left: 0;
	right: 50%;
}

.barra-selectora-animacion.segunda {
	left: 50%;
}

.titulo-trampa {
	color: white;
	font-size: 22px;
	text-align: left;
	padding-top: 10%;
	margin-bottom: 4%;
}

.contenedor-iconos-botones {
	text-align: center;
	position: relative;
}

.contenedor-iconos-botones i {
	display: block;
	font-size: 24px;
	color: rgba(128,128,128, 0.7);
	cursor: pointer;
	height: 40px;
	padding: 6px 0px;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.boton-cambiar-informacion.opcion-elegida,
.boton-cambiar-informacion:hover {
	color: #cccccc;
}

.barra-selectora-informacion {
	position: absolute;
	left: 0;
	width: 100%;
	height: 30%;
	border-left: 4px solid #987610;
	-webkit-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

.barra-selectora-informacion.descripcion {
	top: 0;
}

.barra-selectora-informacion.medidas-disponibles {
	top: 40px;
}

.barra-selectora-informacion.fotos {
	top: 80px;
}

.contenedor-principal-informacion {
	height: 100%;
}

.contenedor-informacion {
	height: 0px;
	overflow: hidden;
	-webkit-transition: height .5s ease;
	-o-transition: height .5s ease;
	transition: height .5s ease;
}

.contenedor-informacion.informacion-elegida {
	height: 100%;
}

.contenedor-informacion .contenido {
	color: #cccccc;
	padding-right: 7%;
}

.foto-trampa {
	max-width: 40% !important;
	height: auto;
	cursor: pointer;
	border: 1px solid white;
	margin: 1%;
	margin-bottom: 2%;
}

#contenedor-foto-modelo-grande { 
	position: relative;
}

#contenedor-foto-modelo-grande:hover .cambiar-foto {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.cambiar-foto {
	position: absolute;
	display: inline-block;
	width: 50%;
	opacity: 0;
	cursor: pointer;
	bottom: 0;
	top: 0;
	-webkit-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

.cambiar-foto:hover i {
	color: white;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.cambiar-foto i {
	position: absolute;
	font-size: 50px;
	top: 45%;
	color: gray;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

#flecha-foto-anterior.cambiar-foto {
	left: 0;
}

#flecha-foto-siguiente.cambiar-foto {
	right: 0;
}

#flecha-foto-anterior i {
	left: 1%;
}

#flecha-foto-siguiente i {
	right: 1%;
}

@media (max-width: 400px) {
	.eleccion-animacion {
		font-size: 17px;
	}
	.boton-reiniciar-animacion {
		font-size: 20px;
	}
	.contenedor-iconos-botones i {
		font-size: 15px;
		padding: 10%;
	}
	.contenedor-principal-informacion {
		height: 400px;
	}
}

@media (min-width: 1000px) {
	#contenedor-botones-manejar-animaciones {
		padding-left: 30%;
	}
	.eleccion-animacion {
		width: 70%;
	}
	.contenedor-principal-informacion {
		height: 550px;
	}
}


@media (max-width: 767px) {
	.barra-separadora-modelos {
		border-top: 0.3px solid rgba(191,191,191,0.5);
		margin: 20% 0%;
		height: 1px;
		width: 100%;
	}
	#modelos-a-pedido {
		margin: 20% 0%;
	}
	.contenedor-principal-informacion {
		height: 400px;
	}
}

@media (max-width: 999px){
	.contenedor-principal-informacion {
		height: 500px;
	}
}