@charset 'utf-8';


/*=============================================
BANNER
=============================================*/

.fade-slider{
	/*position:fixed;
	z-index:-1;*/
	top:0;
	left:0;
	/*min-height: 300px;
	max-height: 300px*/
}

.fade-slider img.banner_interno{
   min-height:400px;
   max-height: 400px;
  
}

.fade-slider img.banner_inicio{
	min-height: 300px;
	max-height: 300px;
	
}


/*.bannerEstatico{
	background:rgba(0,0,0,0);
	
}*/

.textoBanner{
	position:absolute;
	width:60%;
	text-align: center;
	top:45%;
	left:20%;
	/*transform: translate(-50%, -50%);*/
	background-color:rgba(0,0,0,.50);
	color:#FFFFFF;
	border-radius: 5px;
}

.textoBanner h1{
	font-family: 'Chewy', cursive;
	font-size:35px;
}

.textoBanner h5{
	line-height:20px;
	font-size:18px;
	font-weight: 600px;
}


@media(max-width:1199px) and (min-width:992px){


    .textoBanner{
    	top:38%;
    } 

	.textoBanner h1{
		font-size:32px;
	}

	.textoBanner h5{
		font-size:17px;
	}

}


@media(max-width:991px) and (min-width: 768px){
    
    .fade-slider img.banner_inicio{
      min-height: 250px;
      max-height: 250px;

     }

    .fade-slider img.banner_interno{
		min-height: 300px;
		max-height: 300px;
	}

	.textoBanner{
    	top:35%;
    	min-width: 80%;
    	width: 80%;
    	left: 10%;
    } 

	.textoBanner h1{
		margin-top:10px;
		margin-bottom: 10px;
		font-size:25px;
	}

	.textoBanner h5{
		font-size:16px;
		line-height: 17px;
	}



}

@media(max-width: 767px) and (min-width: 576px){


    .fade-slider img.banner_inicio{
      min-height: 200px;
      max-height: 200px;

     }

	.fade-slider img.banner_interno{
		min-height: 250px;
		max-height: 250px;
	}
    
    .textoBanner{
    	top: 40%;
    	width: 80%;
    	left: 10%;
    }

	.textoBanner h1{
		font-size: 20px;

	}

    .textoBanner h5{
		font-size:13px;
		font-weight: 800px;
		line-height: 15px;
	}


}

@media(max-width: 575px) {


    .fade-slider img.banner_inicio{
      min-height: 125px;
      max-height: 125px;

     }

	.fade-slider img.banner_interno{
		max-height: 150px;
	    min-height: 150px;
	   
	}

    .textoBanner{
    	top:43%;
    	width: 80%;
    	left: 10%;
    }
    
    .textoBanner h1{
    	font-size: 15px;
    }

    .textoBanner h5{
       font-size: 10px;
       line-height: 10px;
       display: none;
    }


}