*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
    font-family: 'COCOGOOSE';
    src: url('COCOGOOSE-DemiBold.eot');
    src: url('COCOGOOSE-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('COCOGOOSE-DemiBold.woff2') format('woff2'),
        url('COCOGOOSE-DemiBold.woff') format('woff'),
        url('COCOGOOSE-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


slider__warpper{
	height:800px;
	
}

.slider__navi {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999;
}

.slider__navi a {
	display: block;
	height: 6px;
	width: 20px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: #000;
}

.slider__navi a.active {
	background: #C8B131;
}

body {
	position: relative;
	font-size: 100%;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	min-height: 100vh;
}

.flex__container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap; 
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
	

}

.flex__container.flex--active {
	
}

.text--sub {
	font-size: 1em;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	margin-bottom: 22px;
	color:#FFF;
}

.text--big {
	font-family: 'COCOGOOSE';
	font-size: 6.3em;
	font-weight: 700;
	line-height: 66px;
  margin-left: -8px;
  color:#FFF;
}

.text--normal {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    margin-top: 23px;
}



.flex__item {
   height: 100vh;
    color: #fff;
    transition: transform 0.1s linear;

}

.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 45%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}

.flex__item--right {
	width: 55%;
	transform-origin: right center;
	transition: transform 0.1s linear 0s;
	opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
	opacity: 1;
}

/* Piplup */

.flex--piplup .flex__item--left {
	background: #3e9fe6;
}

.flex--piplup .flex__item--right {
	background-image:
	url(IMAGENES/caracol-helix.jpg)
object-fit: contain;
	background-repeat: no-repeat;
	background-size:200%;

}

/* Pikachu */

.flex--pikachu .flex__item--left {
	background-color: #C8B131;
}

.flex--pikachu .flex__item--right {
	background-image:url(IMAGENES/caracol-helix.jpg);
	object-fit: cover;
	background-repeat: no-repeat;
	background-size:130%;
	
}


.flex--pikachu .flex__item--right img {
	width:400px;
}
/* Blaziken */

.flex--blaziken .flex__item--left {
	background: #f64f37;
}

.flex--blaziken .flex__item--right {
	background-image:
	url(IMAGENES/FOTO%2013%20-%20copia.jpg);
	object-fit: cover;
	background-repeat: no-repeat;
	background-size:200%;
}

/* Dialga */

.flex--dialga .flex__item--left {
	background: #476089;
}

.flex--dialga .flex__item--right {
	background-image:url(IMAGENES/IMG_20150403_203242_2CS.jpg);
	object-fit: cover;
	background-repeat: no-repeat;
	background-size:200%;
}

/* Zekrom */

.flex--zekrom .flex__item--left {
	background: #424242;
}

.flex--zekrom .flex__item--right {
	background-image: url(IMAGENES/IMG_20180521_204017.jpg);
	object-fit: cover;
	background-repeat: no-repeat;
	background-size:200%;
	background-position: 50% 100%;
}

.flex__content {
margin-left: 17%;
	width: 55%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
	position: absolute;
	bottom: 20px;
	right: 10%;
	max-height: 30vw;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}

.flex__container.animate--start .pokemon__img {
	transform: translate3d(-200px,0,0);
	opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
	transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
	transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
	transform: translate3d(0,200%,0);
	opacity: 0;
}

.flex__container.animate--end .pokemon__img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}

/**************FOOTER************************/
.footer-basic-centered{
    background-color: #000;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 12%);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-basic-centered .footer-company-motto{
	color:  #B5B7B9;
	font-size: 50px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #B5B7B9;
	font-size: 15px;
	margin: 0;
}

.footer-basic-centered .footer-company-legal {
    color: #B5B7B9;
    font-size: 12px;
    margin: 30px;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: normal;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 30px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 20px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
	.footer-basic-centered .footer-company-legal{
	font-size: 12px;

}
}



/**************FIN FOOTER************************/


/***COLUMNA TEXTO / IMAGEN -nosotros **/
.col-sm-6{
	padding-top:14%;
	padding-right:4%;
	padding-left:4%;	
     height: 685px;
	 background-position-x: -234px;
    background-position-y: 50px;
}


/***COLUMNA TEXTO / INDEX **/
.col-sm-5{
	padding-top:14%;
	padding-right:4%;
	padding-left:4%;
	height: 685px;
    
}


/***COLUMNA IMAGEN INDEX **/
.col-sm-7 {
    height: 685px;
	background-position-x: -71px;
    background-position-y: -22px;
    background-size: 1078px;
}

/***COLUMNA IMAGEN contacto **/
.col-md-7 {
     height: 685px;
    background-position-x: -11px;
    background-position-y: -26px;
    background-size: 1295px;
}

/***COLUMNA TEXTO contacto **/
.col-md-5{
	padding-top:14%;
	padding-right:4%;
	padding-left:4%;
	height: 685px;
}


 


.glyphicon-menu-up:before {
    content: "\e260";
    COLOR: #C8B131;
}



.contenedor {
  width:95%;
  max-width: 1890px;
  margin: 1em auto;
  overflow:hidden;
  padding:.1em;
}


.contenedor h1 {
	font-family: Cocogoose;
	font-size: 5em;
	color: #fff;
	font-weight: 700;
}



.fa-envelope-o:before {
    content: "\f003";
    padding-right: 10px;
}


.fa-whatsapp:before {
    content: "\f232";
	padding-right: 10px;
}


.contactos  {
    color:#FFF;
    text-decoration: none;
}



.fa-instagram:before {
    content: "\f16d";
    color: white;
	padding-top:20px;
}



.fa-facebook-square:before {
    color: white;
	padding-top:20px;
    padding-right: 15px;
}

.fa-chevron-circle-up{
color: white;
}

/**************materia prima************************/


.new4 {
    width: 43%;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    border-top: 4px solid #fff;
}






/**************RESPONVIVE QUERIES*********************/

/**
360×640 (móvil pequeño): 22,64%.
720×1280 (móvil grande): 2,74%. 
375×667 (móvil medio): 5%.

1366×768 (ordenador portátil medio): 11,98%. 

1920×1080 (escritorio grande): 7,35%.  
1440×900 (escritorio medio): 3,17%.
**/



/*****MOVIL PEQUEÑO A GRANDE********/

@media (max-width: 400px) {
	
	.text {
    font-size: 1.1em;
    line-height: 15px;
}
	


.contenedor h1 {
    font-family: Cocogoose;
    font-size: 3.6em;
    color: #fff;
    font-weight: 700;
}




}


@media (max-width: 500px) {
.navbar-brand img {
    float: left;
    height: 45px;
    padding-top: 4%;
	padding-left: 4%;

}

.contenedor h1 {
    font-family: Cocogoose;
    font-size: 3.6em;
    color: #fff;
    font-weight: 700;
}

}

 
	 
@media (min-width: 320px) and (max-width: 449px){

.contenedor h1 {
	font-family:poppins; 
	font-size:3.2em; 
	color:#fff; 
	font-weight:700;
}


.contenedor2 {
    width: 84%;
    margin: 0em auto;
    overflow: hidden;
    padding: 0.1em;
}

/***COLUMNA IMAGEN producto **/
.col-md-6 {
    height: 275px;
    background-size: cover;
    background-position-x: 0;
    background-position-y: 0;
}
	
	
/***COLUMNA TEXTO  productos **/	
.col-md-12 {
    padding-top: 25%;
    padding-right: 4%;
    padding-left: 4%;
    height: 479px;
}


.text__background {
    DISPLAY:NONE;
}


}
@media (min-width: 450px) and (max-width: 767px){
	



}


@media (min-width: 450px) and (max-width: 768px){
.contenedor h1 {
    font-size: 2.9em;
}




/***COLUMNA TEXTO  productos **/	
.col-md-12 {
    padding-top: 20%;
    padding-right: 4%;
    padding-left: 4%;
    height: 430px;
}


/***COLUMNA IMAGEN producto **/
.col-md-6 {
    height: 300px;
    background-size: cover;
    background-position-x: 0;
    background-position-y: 0;
}

.contenedor2 {
    width: 84%;
    margin: 0em auto;
    overflow: hidden;
    padding: 0.1em;
}

.text__background {
    DISPLAY:NONE;
}


}




/*****PORTATIL MEDIO A GRANDE********/
@media (min-width: 769px) and (max-width: 1024px){

.text__background {
    font-family: 'COCOGOOSE', sans-serif;
    position: absolute;
    left: -2px;
    bottom: -46px;
    color: rgba(0,0,0,0.05);
    font-size: 104px;
    font-weight: 700;
}

.contenedor2 {
    width: 84%;
    margin: 0em auto;
    overflow: hidden;
    padding: 0.1em;
}

	
.contenedor h1 {
    font-size: 3.5em;
}	

/***COLUMNA IMAGEN producto **/
.col-md-6 {
    height: 433px;
    background-position-x: 0;
    background-position-y: 0;
    background-size: cover;
}



/***COLUMNA TEXTO  productos **/	
.col-md-12 {
    padding-top: 14%;
    height: 419px;
    padding-right: 4%;
    padding-left: 4%;
}
	

	
	
}

	
@media (min-width: 991px) and (max-width: 1199px){
	

	
}	

@media (min-width: 1025px) and (max-width: 1199px){
	
	.contenedor h1 {
    font-family: Cocogoose;
    font-size: 4em;
    color: #fff;
    font-weight: 700;
}
	
	.contenedor2 {
    width: 84%;
    margin: 0em auto;
    overflow: hidden;
    padding: 0.1em;
}
	


/***COLUMNA TEXTO  productos **/	
.col-md-12 {
    padding-top: 12%;
    height: 446px;
	padding-right: 4%;
    padding-left: 4%;
}

/***COLUMNA IMAGEN producto **/
.col-md-6 {
    height: 333px;
    background-position-x: 0;
    background-position-y: 0;
    background-size: cover;
}

.text__background {
    font-family: 'COCOGOOSE', sans-serif;
    position: absolute;
    left: -2px;
    bottom: -54px;
    color: rgba(0,0,0,0.05);
    font-size: 143px;
    font-weight: 700;
}

}

@media (min-width: 1200px) and (max-width: 1600px){
	
/***COLUMNA TEXTO  productos **/	
.col-md-12 {
    padding-top: 9%;
    height: 486px;
    padding-right: 64%;
    padding-left: 4%;
}


/***COLUMNA IMAGEN producto **/
.col-md-6 {
    height: 400px;
    background-position-x: 0;
    background-position-y: 0;
    background-size: cover;
}


}
/*****PORTATIL MEDIO A GRANDE********/


@media (min-width: 1200px) and (max-width: 1950px){
.text__background {
    font-family: 'COCOGOOSE', sans-serif;
    position: absolute;
    left: 201px;
    bottom: -60px;
    color: rgba(0,0,0,0.05);
    font-size: 132px;
    font-weight: 700;
}
.contenedor2 {
    width: 84%;
    margin: 2em auto;
    overflow: hidden;
    padding: 0.1em;
}

element.style {
    font-size: 1.6em;
}






}
@media (min-width: 1610px) and (max-width: 1950px){

/***COLUMNA TEXTO  productos **/	
.col-md-12 {
    padding-top: 9%;
    height: 495px;
    padding-right: 50%;
    padding-left: 4%;
}



/***COLUMNA IMAGEN producto **/
.col-md-6 {
    height: 493px;
    background-position-x: 0;
    background-position-y: 0;
    background-size: cover;
}


}

/************FIN RESPONVIVE QUERIES******************/




.breadcrumb-item a {
	color:#ccc;
	
	}
	
	
	.textoproductos {
	font-family: 'COCOGOOSE';
    font-size: 3.3em;
    color: #fff;
    letter-spacing: 0.1em;
}

@media (min-width: 320px) and (max-width: 768px){

.textoproductos {
    font-family: 'COCOGOOSE';
    font-size: 2.2em;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}
}