/********** Terrenos CSS **********/
.raton {
    color: var(--light);
	style: position:relative; 
	height:740px; 
	width:800px; 
	
}

.raton:hover {
    background-color: var(--primary);
}

.raton a {
	style: position:relative; 
	height:740px; 
	width:800px; 	
}

.raton a:hover {
    background-color: transparent;
	width: 40px;
	height: 40px;
	border-top: -12px solid transparent;
    border-right: -15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 20px solid #428bca;
}
.logos {
	height:200px; 
	width:200px; 
	
}
.logosx2 {
	height:400px; 
	width:400px; 
	
}
