/**/

.borde{
	border: thin dashed #F00;
}

.aldiome{
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

#hero .container h1
,
#hero .container h2
    {
    

    text-shadow:
        0px 0px 4px #FFFFFF
        ,
        0px 0px 4px #FFFFFF
        ,
        0px 0px 4px #FFFFFF
        ,
        0px 0px 4px #FFFFFF
        ,
        0px 0px 4px #FFFFFF    
        ,
        0px 0px 4px #FFFFFF    
    ;      
    }
a.btn.btn-primary
,
btn.btn-primary
		{
		
		background-color: var(--color01) !important;
		border-color: var(--color01) !important;
		outline: var(--color01) !important;
		
		}

a.btn.btn-primary:hover
,
a.btn.btn-primary:active
,
a.btn.btn-primary:focus
    {
    border-color: var(--color01_oscuro) !important;
	outline: var(--color01_oscuro) !important;
	box-shadow:0 0 0 .2rem rgba(var(--color01_oscuro_rgb), 0.75) !important;
	}
	
@media screen and (min-width:576px)
	{
		#gallery .container-fluid .gallery-item
		{
		height: 280px;	
		}
    }
	
	p img.float-right
	,
	p img.float-left
	{ max-width: 200px;}


   /* 18/01/21 ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓*/ 

#franja01
	{
		/*background-color: chartreuse;*/
	    position: relative; 
	}

	/*#---franja01 i, ---#franja01 b { background-color: cornflowerblue !important;} */


#franja02
	{		   
	 /*---background-color:#FF0000;*/
	 height: 100vh;
	 /* */
	 z-index: 2;
	 position: absolute;
	 top: 0px;
	 width: 100%;
	 display: block;
	
	 
	}	

#franja03
	{
		/**/
		display:block;
		float: left;
		clear: right;

		width:100%;

		margin-bottom: 0px;
		margin-top: 0px;
	
	 
		background-color: limegreen;
		background-color: white;
	
		z-index:3;
		position: absolute;
		top: 0px;
		
	}

	
.bg-fm p.h1
,
.bg-fm p.h2, .bg-fm p.h3, .bg-fm p.h4
,
.bg-fm h1, .bg-fm h2, .bg-fm h3, .bg-fm h4
,
.about_derecha h3
	{
		/*background-color: chocolate;*/
		line-height: 1.2;
  		font-weight: 700;
  		letter-spacing: 0.5px;
  		font-family: "Poppins", sans-serif;
	}

		

@media screen and (min-width:0px) and (max-width: 575px)
	{
		.bg-fm p
		,
		#about
			{
				padding-right: 15% !important;
				text-align: left !important;

			}
		
		.bg-fm p img.d-md-none 
			{
				
				display: block;
				float: none;
				margin-left: 15%;
				margin-right: 15%;
				margin-top: 10px;
				margin-bottom: 10px;
				width: 70%;
				clear: both;							
			}
	}	

/*===============================================*/
		  
	  .about .video-box {
		/*background: url("../pa/pianistas-argentinos-2.jpg") center center no-repeat;*/
		/*background: url("../pa/pianistas-argentinos-2.jpg") 100% center no-repeat;
		background-size: cover;
		zzz-min-height: 500px;
		*/
		background: url("../pa/pianistas-argentinos-2.jpg") center center;
		background-size: cover;
		background-attachment: scroll;

	  }
	  
	  @media screen and (min-width:576px)
	  	{
			.about_derecha, .about_izquierda {margin-top: 20vh;}
		}
	  



	/*


/*

   
html,body{
	margin:0px;
	height:1000%;
	}

/*  ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓*/ 


/*
@media screen and (min-width:0px)    and (max-width: 240px){}
@media screen and (min-width:241px) and (max-width: 320px){}
@media screen and (min-width:321px) and (max-width: 360px){}
@media screen and (min-width:361px) and (max-width: 375px){}
@media screen and (min-width:376px) and (max-width: 480px){}
@media screen and (min-width:481px) and (max-width: 568px){}
@media screen and (min-width:567px) and (max-width: 668px){}
@media screen and (min-width:669px) and (max-width: 768px){}
@media screen and (min-width:769px) and (max-width: 800px){}
@media screen and (min-width:801px) and (max-width: 999px){}

*
	{
	margin:0%;
	padding:0%;
	
	max-width: 100%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			   box-sizing: border-box;
	}

img { max-width: 100%; }

*/    