.grupoimagen {
    position: relative;
    height: 42vh !important;
}
.BTform  
{
 position:relative;
}
.BTform  .BTfotos
{
	
    position: absolute;
    top: -230px;
    right: -4%;
}
.BTform  p
 {   
 	font-size: 24px;
 	color: #543089;
}

b, strong
{
color: #543089;
}

.BTform2 
{
 position:relative;
}
.BTform2 .BTfotos {
    position: absolute;
    top: -302px;
        right: -4%;

}
.BTform2  p
 {   
 	font-size: 24px;
 	color: #543089;
}

.titulacionparques {
    top: 35% !important;
    left: 29% !important;
    right: 23% !important;
}
.BTform h2,
.BTform2 h2{
   font-size: 50px;
    margin: 50px 0px;
    font-weight: bold;
}



/* Laptop mediano (entre 1200px y 1299px) */
@media (max-width: 1399px) 
{
	.BTform2 .BTfotos
	{
	
	          right: -16%;
        top: -232px;
	}
		.BTform2 .BTfotos img{
	
	        width: 90%;
	}
	
	
		.BTform .BTfotos
	{
	
	             right: -13%;
        top: -167px;
	}
		.BTform .BTfotos img{
	
	        width: 90%;
	}
  
}


/* Laptop mediano (entre 1200px y 1299px) */
@media (max-width: 1299px) 
{
  /* Ajustes para laptops medianos */
	.BTform2 .BTfotos {
	
	    right: -17%;
	}
	    .BTform .BTfotos {
        right: -13%;
        top: -98px;
    }
        .BTform .BTfotos img {
        width: 79%;
    }
}

/* Laptop pequeño / pantallas de 1024px */
@media (max-width: 1199px) 
{
  /* Ajustes para laptops pequeños */
  
	.BTform2 .BTfotos{
        right: -29%;
        top: -206px;
    }
 		.BTform2 .BTfotos img {
        width: 83%;
    }
    
    	.BTform .BTfotos{
               right: -22%;
        top: -84px;
    }
 		.BTform .BTfotos img {
                width: 73%;
    }
}

/* Tablet horizontal (≈ 992px) */
@media (max-width: 991px)
{
  /* Ajustes para tablets en horizontal */
  
	.BTform2 .BTfotos {
        right: -49%;
        top: -64px;
    }
  		.BTform2 .BTfotos img{
        width: 53%;
    }
    
    .BTform .BTfotos {
        right: -39%;
        top: -25px;
    }
  		.BTform .BTfotos img{
        width: 53%;
    }
  
}

/* Tablet vertical (≈ 768px) */
@media (max-width: 767px) 
{
  /* Ajustes para tablets verticales */
        	.BTform2 .BTfotos {
        right: -68%;
        top: -64px;
    }
		.BTform2 .BTfotos img{
        width: 48%;
    }
    
    .BTform .BTfotos {
               right: -59%;
        top: -17px;
    }
		.BTform .BTfotos img{
        width: 48%;
    }
  .BTform p {
    font-size: 15px;
    color: #543089;
}

  .BTform li, .BTform2 LI  {
    FONT-SIZE: 15PX;
    MARGIN: 7PX;
}

}
  	
  	
  	