/*Crea tu propio fondo*/
.bg-ZF{
	background: #BBD2C5;  
	background: -webkit-linear-gradient(to right, #292E49, #536976, #BBD2C5);
	background: linear-gradient(to right, #292E49, #536976, #BBD2C5);
}



/*Crea tu propio fondo para tarjetas flotantes*/
.card.card-background.card-background-mask-ZF:before {
  	background: rgba(0, 0, 0, 0.2);
}

.card.card-background.card-background-mask-ZF:after {
  	background: #654ea3;  
	background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);  
	background: linear-gradient(to right, #eaafc8, #654ea3); 
  	opacity: .85;
}


/*Agrega CSS presonalizados*/
.navLogo{
	width: 150px;
	height: auto;
}


.mainText{
	font-size: 35px;
}

.mainLayout{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50px;
}

.youtubeResponsivo{
	width: 100%;
	height: 350px;
}

.imgSize {
	width: 400px ;
	height: 300px ;
}



.starColor{
	color: #ff5733;
}

.fbLogo{
	color: #4577c9;
}

.ptLogo{
	color: #d3103f;
}

.twlogo{
	color: #14a7e3;
}

.instaLogo{
	color: #d36b15;
}


/*BARRA DE NAVEGACIÓN*/ 
.navLogo{
	width: 150px;
	height: auto;
}
.sizeText {
	font-size: 60px;
	font-style: oblique;
}

/*CONTENIDO*/

.sizetxt {
	font-size: 25px;

}

.centraImg{
	display: block;
	margin: 0 auto 0 auto;
}


.hover:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

/*PATROCINADORES*/

.imgGaleria{
	width: 95%;
	height: 170px;
}

.imgTurin{
	width: 95%;
	height: 170px;
}

.imgGamesa{
	width: 95%;
	height: 170px;
}

.sizeGale{
	width: 90%;
	height: auto ;
}

/*GALERIA*/

.galeriaSize{
	width: 95%;
	height: 400px;
}

.hoveraGa:hover {
	transform: rotate(10deg);
}

.banConfig{
	border-radius: 60px;
	
}

.bansize {
	width:1116px ;
	height:546px ;
}

.margen{
	margin-widht:50px;
}

.datoSize{
width: 281px;
height: 158px;
}

.datoSize1{
width: 281px;
height: 150px;
}

.centraImg{
	display: block;
	margin: 50px, 50px;
}

.contenedor {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 300px;

.perfilSize{
	width:auto ;
	height: 5%;
}  

/*Responisvo*/

@media only screen and (min-device-width: 1401px), (min-width: 1401px){
  
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1400px), (min-width: 1201px) and (max-width: 1400px){

}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px), (min-width: 1025px) and (max-width: 1200px){
  
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px), (min-width: 769px) and (max-width: 1024px){

}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px), (min-width: 481px) and (max-width: 768px){
  
}

@media only screen and (min-device-width: 300px) and (max-device-width: 480px), (min-width: 300px) and (max-width: 480px){
  
}